Html Css Color HEX #CA90DB Wisteria

📋 copy color: '#CA90DB'

red 202 ◦ green 144 ◦ blue 219

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

Shades of Wisteria #CA90DB

Tints of Wisteria #CA90DB

RGB

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

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

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

R = 35.75%
G = 25.49%
B = 38.76%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA90DB (or 0xCA90DB) is known color: Wisteria. HEX triplet: CA, 90 and DB. RGB value is (202,144,219). Sum of RGB (Red+Green+Blue) = 202+144+219=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90DB is #356F24. Grayscale: #A9A9A9. Windows color (decimal): -3501861 or 14389450. OLE color: 14389450.

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

Color convert

RGB 202 144 219 -
CMYK 0.08 0.34 0 0.14
HSL 286.4º 0.51% 0.71% -
HSV(B) 286.4º 0.34% 0.86% -
XYZ 47.12 37.62 71.8 -
YUV 169.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 202 144 219 0.08 0.34 0 0.14 286.4 0.51 0.71
Hex CA 90 DB 8 22 0 E 11E 33 47
Octal 312 220 333 10 42 0 16 436 63 107
Binary 11001010 10010000 11011011 1000 100010 0 1110 100011110 110011 1000111

Color Harmonies of #CA90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90DB

Black with #CA90DB

Text Example


Text Example

White with #CA90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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