Html Css Color HEX #CA99DB Wisteria

📋 copy color: '#CA99DB'

red 202 ◦ green 153 ◦ blue 219

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

Shades of Wisteria #CA99DB

Tints of Wisteria #CA99DB

RGB

 RED value IS 202 (79.3% from 255) = 35.19%

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

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

R = 35.19%
G = 26.66%
B = 38.15%

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

#CA99DB (or 0xCA99DB) is known color: Wisteria. HEX triplet: CA, 99 and DB. RGB value is (202,153,219). Sum of RGB (Red+Green+Blue) = 202+153+219=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99DB is #356624. Grayscale: #AEAEAE. Windows color (decimal): -3499557 or 14391754. OLE color: 14391754.

HSL color Cylindrical-coordinate representation of color #CA99DB: hue angle of 284.55º 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 #CA99DB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 153 219 -
CMYK 0.08 0.30 0 0.14
HSL 284.55º 0.48% 0.73% -
HSV(B) 284.55º 0.3% 0.86% -
XYZ 48.53 40.45 72.27 -
YUV 175.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 202 153 219 0.08 0.30 0 0.14 284.55 0.48 0.73
Hex CA 99 DB 8 1E 0 E 11D 30 49
Octal 312 231 333 10 36 0 16 435 60 111
Binary 11001010 10011001 11011011 1000 11110 0 1110 100011101 110000 1001001

Color Harmonies of #CA99DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99DB

Black with #CA99DB

Text Example


Text Example

White with #CA99DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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