Html Css Color HEX #C996DE Wisteria

📋 copy color: '#C996DE'

red 201 ◦ green 150 ◦ blue 222

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

Shades of Wisteria #C996DE

Tints of Wisteria #C996DE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.18%

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

R = 35.08%
G = 26.18%
B = 38.74%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C996DE (or 0xC996DE) is known color: Wisteria. HEX triplet: C9, 96 and DE. RGB value is (201,150,222). Sum of RGB (Red+Green+Blue) = 201+150+222=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #C996DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996DE is #366921. Grayscale: #ADADAD. Windows color (decimal): -3565858 or 14587593. OLE color: 14587593.

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

Color convert

RGB 201 150 222 -
CMYK 0.09 0.32 0 0.13
HSL 282.5º 0.52% 0.73% -
HSV(B) 282.5º 0.32% 0.87% -
XYZ 48.18 39.5 74.19 -
YUV 173.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 201 150 222 0.09 0.32 0 0.13 282.5 0.52 0.73
Hex C9 96 DE 9 20 0 D 11A 34 49
Octal 311 226 336 11 40 0 15 432 64 111
Binary 11001001 10010110 11011110 1001 100000 0 1101 100011010 110100 1001001

Color Harmonies of #C996DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996DE

Black with #C996DE

Text Example


Text Example

White with #C996DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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