#CA8CDC

Color #CA8CDC Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CA8CDC

Tints of Wisteria #CA8CDC

Color information

#CA8CDC (or 0xCA8CDC) is unknown color: approx Wisteria. HEX triplet: CA, 8C and DC. RGB value is (202,140,220). Sum of RGB (Red+Green+Blue) = 202+140+220=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CDC is #357323. Grayscale: #A7A7A7. Windows color (decimal): -3502884 or 14453962. OLE color: 14453962.

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

Color convert

RGB202140220-
CMYK0.080.3600.14
HSL286.5º53.33%70.59%-
HSV(B)286.5º36.36%86.27%-
XYZ46.6536.4872.29-
YUV167.66157.54152.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=35.94%
G=24.91%
B=39.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021402200.080.3600.14286.553.3370.59
HexCA8CDC8240E11e3547
Octal312214334104401643665107
Binary1100101010001100110111001000100100011101000111101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CDC; }

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

 H1.HeaderClassName
 {
   color: #CA8CDC;
 }
 .AnyTagClassName
 {
   color: #CA8CDC;
 }
</style>
background-color css

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

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

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

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

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

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