Html Css Color HEX #CC90DB Wisteria

📋 copy color: '#CC90DB'

red 204 ◦ green 144 ◦ blue 219

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

Shades of Wisteria #CC90DB

Tints of Wisteria #CC90DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.4%

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

R = 35.98%
G = 25.4%
B = 38.62%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC90DB (or 0xCC90DB) is known color: Wisteria. HEX triplet: CC, 90 and DB. RGB value is (204,144,219). Sum of RGB (Red+Green+Blue) = 204+144+219=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90DB is #336F24. Grayscale: #AAAAAA. Windows color (decimal): -3370789 or 14389452. OLE color: 14389452.

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

Color convert

RGB 204 144 219 -
CMYK 0.07 0.34 0 0.14
HSL 288º 0.51% 0.71% -
HSV(B) 288º 0.34% 0.86% -
XYZ 47.66 37.9 71.82 -
YUV 170.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 204 144 219 0.07 0.34 0 0.14 288 0.51 0.71
Hex CC 90 DB 7 22 0 E 120 33 47
Octal 314 220 333 7 42 0 16 440 63 107
Binary 11001100 10010000 11011011 111 100010 0 1110 100100000 110011 1000111

Color Harmonies of #CC90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC90DB

Black with #CC90DB

Text Example


Text Example

White with #CC90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC90DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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