#CA8DDE

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

Shades of Wisteria #CA8DDE

Tints of Wisteria #CA8DDE

Color information

#CA8DDE (or 0xCA8DDE) is unknown color: approx Wisteria. HEX triplet: CA, 8D and DE. RGB value is (202,141,222). Sum of RGB (Red+Green+Blue) = 202+141+222=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA8DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DDE is #357221. Grayscale: #A8A8A8. Windows color (decimal): -3502626 or 14585290. OLE color: 14585290.

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

Color convert

RGB202141222-
CMYK0.090.3600.13
HSL285.19º55.1%71.18%-
HSV(B)285.19º36.49%87.06%-
XYZ47.0736.8873.75-
YUV168.47158.21151.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 141 (55.47% from 255) = 24.96%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=35.75%
G=24.96%
B=39.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021412220.090.3600.13285.1955.171.18
HexCA8DDE9240D11d3747
Octal312215336114401543567107
Binary1100101010001101110111101001100100011011000111011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DDE; }

 p { color: rgb(202,141,222); }

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

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

 a { background-color: rgb(202,141,222); }

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

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

 span { border-color: rgb(202,141,222); }

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