Html Css Color HEX #C992E9 Wisteria

📋 copy color: '#C992E9'

red 201 ◦ green 146 ◦ blue 233

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

Shades of Wisteria #C992E9

Tints of Wisteria #C992E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.17%

R = 34.66%
G = 25.17%
B = 40.17%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C992E9 (or 0xC992E9) is known color: Wisteria. HEX triplet: C9, 92 and E9. RGB value is (201,146,233). Sum of RGB (Red+Green+Blue) = 201+146+233=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #C992E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992E9 is #366D16. Grayscale: #ACACAC. Windows color (decimal): -3566871 or 15307465. OLE color: 15307465.

HSL color Cylindrical-coordinate representation of color #C992E9: hue angle of 277.93º degrees, saturation: 0.66, 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 #C992E9 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 146 233 -
CMYK 0.14 0.37 0 0.09
HSL 277.93º 0.66% 0.74% -
HSV(B) 277.93º 0.37% 0.91% -
XYZ 49.07 38.86 82 -
YUV 172.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 201 146 233 0.14 0.37 0 0.09 277.93 0.66 0.74
Hex C9 92 E9 E 25 0 9 116 42 4A
Octal 311 222 351 16 45 0 11 426 102 112
Binary 11001001 10010010 11101001 1110 100101 0 1001 100010110 1000010 1001010

Color Harmonies of #C992E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992E9

Black with #C992E9

Text Example


Text Example

White with #C992E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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