Html Css Color HEX #C996DC Wisteria

📋 copy color: '#C996DC'

red 201 ◦ green 150 ◦ blue 220

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

Shades of Wisteria #C996DC

Tints of Wisteria #C996DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 35.2%
G = 26.27%
B = 38.53%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C996DC (or 0xC996DC) is known color: Wisteria. HEX triplet: C9, 96 and DC. RGB value is (201,150,220). Sum of RGB (Red+Green+Blue) = 201+150+220=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #C996DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996DC is #366923. Grayscale: #ADADAD. Windows color (decimal): -3565860 or 14456521. OLE color: 14456521.

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

Color convert

RGB 201 150 220 -
CMYK 0.09 0.32 0 0.14
HSL 283.71º 0.5% 0.73% -
HSV(B) 283.71º 0.32% 0.86% -
XYZ 47.91 39.4 72.79 -
YUV 173.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 201 150 220 0.09 0.32 0 0.14 283.71 0.5 0.73
Hex C9 96 DC 9 20 0 E 11C 32 49
Octal 311 226 334 11 40 0 16 434 62 111
Binary 11001001 10010110 11011100 1001 100000 0 1110 100011100 110010 1001001

Color Harmonies of #C996DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996DC

Black with #C996DC

Text Example


Text Example

White with #C996DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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