Html Css Color HEX #C992DE Wisteria

📋 copy color: '#C992DE'

red 201 ◦ green 146 ◦ blue 222

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

Shades of Wisteria #C992DE

Tints of Wisteria #C992DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 35.33%
G = 25.66%
B = 39.02%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C992DE (or 0xC992DE) is known color: Wisteria. HEX triplet: C9, 92 and DE. RGB value is (201,146,222). Sum of RGB (Red+Green+Blue) = 201+146+222=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #C992DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992DE is #366D21. Grayscale: #AAAAAA. Windows color (decimal): -3566882 or 14586569. OLE color: 14586569.

HSL color Cylindrical-coordinate representation of color #C992DE: hue angle of 283.42º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C992DE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 146 222 -
CMYK 0.09 0.34 0 0.13
HSL 283.42º 0.54% 0.72% -
HSV(B) 283.42º 0.34% 0.87% -
XYZ 47.55 38.25 73.98 -
YUV 171.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 201 146 222 0.09 0.34 0 0.13 283.42 0.54 0.72
Hex C9 92 DE 9 22 0 D 11B 36 48
Octal 311 222 336 11 42 0 15 433 66 110
Binary 11001001 10010010 11011110 1001 100010 0 1101 100011011 110110 1001000

Color Harmonies of #C992DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992DE

Black with #C992DE

Text Example


Text Example

White with #C992DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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