Html Css Color HEX #CA8ED9 Wisteria

📋 copy color: '#CA8ED9'

red 202 ◦ green 142 ◦ blue 217

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

Shades of Wisteria #CA8ED9

Tints of Wisteria #CA8ED9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.31%

 BLUE value IS 217 (85.16% from 255) = 38.68%

R = 36.01%
G = 25.31%
B = 38.68%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA8ED9 (or 0xCA8ED9) is known color: Wisteria. HEX triplet: CA, 8E and D9. RGB value is (202,142,217). Sum of RGB (Red+Green+Blue) = 202+142+217=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA8ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ED9 is #357126. Grayscale: #A8A8A8. Windows color (decimal): -3502375 or 14257866. OLE color: 14257866.

HSL color Cylindrical-coordinate representation of color #CA8ED9: hue angle of 288º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA8ED9 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 142 217 -
CMYK 0.07 0.35 0 0.15
HSL 288º 0.5% 0.7% -
HSV(B) 288º 0.35% 0.85% -
XYZ 46.55 36.91 70.32 -
YUV 168.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 202 142 217 0.07 0.35 0 0.15 288 0.5 0.7
Hex CA 8E D9 7 23 0 F 120 32 46
Octal 312 216 331 7 43 0 17 440 62 106
Binary 11001010 10001110 11011001 111 100011 0 1111 100100000 110010 1000110

Color Harmonies of #CA8ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8ED9

Black with #CA8ED9

Text Example


Text Example

White with #CA8ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8ED9; }

 p { color: rgb(202,142,217); }

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

background-color css

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

 a { background-color: rgb(202,142,217); }

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

border-color css

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

 span { border-color: rgb(202,142,217); }

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