#CA85DE

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

Shades of Wisteria #CA85DE

Tints of Wisteria #CA85DE

Color information

#CA85DE (or 0xCA85DE) is unknown color: approx Wisteria. HEX triplet: CA, 85 and DE. RGB value is (202,133,222). Sum of RGB (Red+Green+Blue) = 202+133+222=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA85DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85DE is #357A21. Grayscale: #A3A3A3. Windows color (decimal): -3504674 or 14583242. OLE color: 14583242.

HSL color Cylindrical-coordinate representation of color #CA85DE: hue angle of 286.52º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA85DE is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202133222-
CMYK0.090.4000.13
HSL286.52º57.42%69.61%-
HSV(B)286.52º40.09%87.06%-
XYZ45.9334.6173.37-
YUV163.78160.86155.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=36.27%
G=23.88%
B=39.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021332220.090.4000.13286.5257.4269.61
HexCA85DE9280D11f3946
Octal312205336115001543771106
Binary1100101010000101110111101001101000011011000111111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85DE; }

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

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

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

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

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

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

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

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