Html Css Color HEX #C999DB Wisteria

📋 copy color: '#C999DB'

red 201 ◦ green 153 ◦ blue 219

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

Shades of Wisteria #C999DB

Tints of Wisteria #C999DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.7%

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 35.08%
G = 26.7%
B = 38.22%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C999DB (or 0xC999DB) is known color: Wisteria. HEX triplet: C9, 99 and DB. RGB value is (201,153,219). Sum of RGB (Red+Green+Blue) = 201+153+219=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #C999DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999DB is #366624. Grayscale: #AEAEAE. Windows color (decimal): -3565093 or 14391753. OLE color: 14391753.

HSL color Cylindrical-coordinate representation of color #C999DB: hue angle of 283.64º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C999DB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 153 219 -
CMYK 0.08 0.30 0 0.14
HSL 283.64º 0.48% 0.73% -
HSV(B) 283.64º 0.3% 0.86% -
XYZ 48.26 40.31 72.26 -
YUV 174.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 201 153 219 0.08 0.30 0 0.14 283.64 0.48 0.73
Hex C9 99 DB 8 1E 0 E 11C 30 49
Octal 311 231 333 10 36 0 16 434 60 111
Binary 11001001 10011001 11011011 1000 11110 0 1110 100011100 110000 1001001

Color Harmonies of #C999DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C999DB

Black with #C999DB

Text Example


Text Example

White with #C999DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C999DB; }

 p { color: rgb(201,153,219); }

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

background-color css

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

 a { background-color: rgb(201,153,219); }

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

border-color css

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

 span { border-color: rgb(201,153,219); }

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