Html Css Color HEX #CA90DD Wisteria

📋 copy color: '#CA90DD'

red 202 ◦ green 144 ◦ blue 221

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

Shades of Wisteria #CA90DD

Tints of Wisteria #CA90DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 35.63%
G = 25.4%
B = 38.98%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA90DD (or 0xCA90DD) is known color: Wisteria. HEX triplet: CA, 90 and DD. RGB value is (202,144,221). Sum of RGB (Red+Green+Blue) = 202+144+221=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90DD is #356F22. Grayscale: #A9A9A9. Windows color (decimal): -3501859 or 14520522. OLE color: 14520522.

HSL color Cylindrical-coordinate representation of color #CA90DD: hue angle of 285.19º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA90DD is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 144 221 -
CMYK 0.09 0.35 0 0.13
HSL 285.19º 0.53% 0.72% -
HSV(B) 285.19º 0.35% 0.87% -
XYZ 47.38 37.72 73.19 -
YUV 170.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 202 144 221 0.09 0.35 0 0.13 285.19 0.53 0.72
Hex CA 90 DD 9 23 0 D 11D 35 48
Octal 312 220 335 11 43 0 15 435 65 110
Binary 11001010 10010000 11011101 1001 100011 0 1101 100011101 110101 1001000

Color Harmonies of #CA90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90DD

Black with #CA90DD

Text Example


Text Example

White with #CA90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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