Html Css Color HEX #CA90DC Wisteria

📋 copy color: '#CA90DC'

red 202 ◦ green 144 ◦ blue 220

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

Shades of Wisteria #CA90DC

Tints of Wisteria #CA90DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 35.69%
G = 25.44%
B = 38.87%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA90DC (or 0xCA90DC) is known color: Wisteria. HEX triplet: CA, 90 and DC. RGB value is (202,144,220). Sum of RGB (Red+Green+Blue) = 202+144+220=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90DC is #356F23. Grayscale: #A9A9A9. Windows color (decimal): -3501860 or 14454986. OLE color: 14454986.

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

Color convert

RGB 202 144 220 -
CMYK 0.08 0.35 0 0.14
HSL 285.79º 0.52% 0.71% -
HSV(B) 285.79º 0.35% 0.86% -
XYZ 47.25 37.67 72.49 -
YUV 170.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 202 144 220 0.08 0.35 0 0.14 285.79 0.52 0.71
Hex CA 90 DC 8 23 0 E 11E 34 47
Octal 312 220 334 10 43 0 16 436 64 107
Binary 11001010 10010000 11011100 1000 100011 0 1110 100011110 110100 1000111

Color Harmonies of #CA90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90DC

Black with #CA90DC

Text Example


Text Example

White with #CA90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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