Html Css Color HEX #C996D6 Wisteria

📋 copy color: '#C996D6'

red 201 ◦ green 150 ◦ blue 214

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

Shades of Wisteria #C996D6

Tints of Wisteria #C996D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.88%

R = 35.58%
G = 26.55%
B = 37.88%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C996D6 (or 0xC996D6) is known color: Wisteria. HEX triplet: C9, 96 and D6. RGB value is (201,150,214). Sum of RGB (Red+Green+Blue) = 201+150+214=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #C996D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996D6 is #366929. Grayscale: #ACACAC. Windows color (decimal): -3565866 or 14063305. OLE color: 14063305.

HSL color Cylindrical-coordinate representation of color #C996D6: hue angle of 287.81º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C996D6 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 150 214 -
CMYK 0.06 0.30 0 0.16
HSL 287.81º 0.44% 0.71% -
HSV(B) 287.81º 0.3% 0.84% -
XYZ 47.13 39.09 68.68 -
YUV 172.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 201 150 214 0.06 0.30 0 0.16 287.81 0.44 0.71
Hex C9 96 D6 6 1E 0 10 120 2C 47
Octal 311 226 326 6 36 0 20 440 54 107
Binary 11001001 10010110 11010110 110 11110 0 10000 100100000 101100 1000111

Color Harmonies of #C996D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996D6

Black with #C996D6

Text Example


Text Example

White with #C996D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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