Html Css Color HEX #CA88DB Wisteria

📋 copy color: '#CA88DB'

red 202 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #CA88DB

Tints of Wisteria #CA88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.42%

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

R = 36.27%
G = 24.42%
B = 39.32%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA88DB (or 0xCA88DB) is known color: Wisteria. HEX triplet: CA, 88 and DB. RGB value is (202,136,219). Sum of RGB (Red+Green+Blue) = 202+136+219=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88DB is #357724. Grayscale: #A4A4A4. Windows color (decimal): -3503909 or 14387402. OLE color: 14387402.

HSL color Cylindrical-coordinate representation of color #CA88DB: hue angle of 287.71º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA88DB is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 136 219 -
CMYK 0.08 0.38 0 0.14
HSL 287.71º 0.54% 0.7% -
HSV(B) 287.71º 0.38% 0.86% -
XYZ 45.95 35.28 71.41 -
YUV 165.2 158.37 154.25 -
System Red Green Blue C M Y K H S L
Decimal 202 136 219 0.08 0.38 0 0.14 287.71 0.54 0.7
Hex CA 88 DB 8 26 0 E 120 36 46
Octal 312 210 333 10 46 0 16 440 66 106
Binary 11001010 10001000 11011011 1000 100110 0 1110 100100000 110110 1000110

Color Harmonies of #CA88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88DB

Black with #CA88DB

Text Example


Text Example

White with #CA88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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