Html Css Color HEX #C992E8 Wisteria

📋 copy color: '#C992E8'

red 201 ◦ green 146 ◦ blue 232

#C992E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #C992E8

Tints of Wisteria #C992E8

RGB

 RED value IS 201 (78.91% from 255) = 34.72%

 GREEN value IS 146 (57.42% from 255) = 25.22%

 BLUE value IS 232 (91.02% from 255) = 40.07%

R = 34.72%
G = 25.22%
B = 40.07%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C992E8 (or 0xC992E8) is known color: Wisteria. HEX triplet: C9, 92 and E8. RGB value is (201,146,232). Sum of RGB (Red+Green+Blue) = 201+146+232=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #C992E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992E8 is #366D17. Grayscale: #ABABAB. Windows color (decimal): -3566872 or 15241929. OLE color: 15241929.

HSL color Cylindrical-coordinate representation of color #C992E8: hue angle of 278.37º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C992E8 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 146 232 -
CMYK 0.13 0.37 0 0.09
HSL 278.37º 0.65% 0.74% -
HSV(B) 278.37º 0.37% 0.91% -
XYZ 48.93 38.8 81.25 -
YUV 172.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 201 146 232 0.13 0.37 0 0.09 278.37 0.65 0.74
Hex C9 92 E8 D 25 0 9 116 41 4A
Octal 311 222 350 15 45 0 11 426 101 112
Binary 11001001 10010010 11101000 1101 100101 0 1001 100010110 1000001 1001010

Color Harmonies of #C992E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992E8

Black with #C992E8

Text Example


Text Example

White with #C992E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992E8; }

 p { color: rgb(201,146,232); }

 H1.HeaderClassName
 {
   color: #C992E8;
 }
 .AnyTagClassName
 {
   color: #C992E8;
 }
</style>

background-color css

<style>
 a { background-color: #C992E8; }

 a { background-color: rgb(201,146,232); }

 div.DivClassName
 {
   background-color: #C992E8;
 }
 .BgClassName
 {
   background-color: #C992E8;
 }
</style>

border-color css

<style>
 span { border-color: #C992E8; }

 span { border-color: rgb(201,146,232); }

 td.TdClassName
 {
   border-color: #C992E8;
 }
 .TagClassName
 {
   border-color: #C992E8;
 }
</style>