#CA8CDD

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

Shades of Wisteria #CA8CDD

Tints of Wisteria #CA8CDD

Color information

#CA8CDD (or 0xCA8CDD) is unknown color: approx Wisteria. HEX triplet: CA, 8C and DD. RGB value is (202,140,221). Sum of RGB (Red+Green+Blue) = 202+140+221=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CDD is #357322. Grayscale: #A7A7A7. Windows color (decimal): -3502883 or 14519498. OLE color: 14519498.

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

Color convert

RGB202140221-
CMYK0.090.3700.13
HSL285.93º54.36%70.78%-
HSV(B)285.93º36.65%86.67%-
XYZ46.7936.5372.99-
YUV167.77158.04152.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=35.88%
G=24.87%
B=39.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021402210.090.3700.13285.9354.3670.78
HexCA8CDD9250D11e3647
Octal312214335114501543666107
Binary1100101010001100110111011001100101011011000111101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CDD; }

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

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

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

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

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

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

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

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