Html Css Color HEX #CC9FDB Wisteria

📋 copy color: '#CC9FDB'

red 204 ◦ green 159 ◦ blue 219

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

Shades of Wisteria #CC9FDB

Tints of Wisteria #CC9FDB

RGB

 RED value IS 204 (80.08% from 255) = 35.05%

 GREEN value IS 159 (62.5% from 255) = 27.32%

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

R = 35.05%
G = 27.32%
B = 37.63%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC9FDB (or 0xCC9FDB) is known color: Wisteria. HEX triplet: CC, 9F and DB. RGB value is (204,159,219). Sum of RGB (Red+Green+Blue) = 204+159+219=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FDB is #336024. Grayscale: #B3B3B3. Windows color (decimal): -3366949 or 14393292. OLE color: 14393292.

HSL color Cylindrical-coordinate representation of color #CC9FDB: hue angle of 285º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC9FDB is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 159 219 -
CMYK 0.07 0.27 0 0.14
HSL 285º 0.45% 0.74% -
HSV(B) 285º 0.27% 0.86% -
XYZ 50.09 42.75 72.63 -
YUV 179.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 204 159 219 0.07 0.27 0 0.14 285 0.45 0.74
Hex CC 9F DB 7 1B 0 E 11D 2D 4A
Octal 314 237 333 7 33 0 16 435 55 112
Binary 11001100 10011111 11011011 111 11011 0 1110 100011101 101101 1001010

Color Harmonies of #CC9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FDB

Black with #CC9FDB

Text Example


Text Example

White with #CC9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FDB; }

 p { color: rgb(204,159,219); }

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

background-color css

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

 a { background-color: rgb(204,159,219); }

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

border-color css

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

 span { border-color: rgb(204,159,219); }

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