#CA85E6

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

Shades of Wisteria #CA85E6

Tints of Wisteria #CA85E6

Color information

#CA85E6 (or 0xCA85E6) is unknown color: approx Wisteria. HEX triplet: CA, 85 and E6. RGB value is (202,133,230). Sum of RGB (Red+Green+Blue) = 202+133+230=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA85E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85E6 is #357A19. Grayscale: #A4A4A4. Windows color (decimal): -3504666 or 15107530. OLE color: 15107530.

HSL color Cylindrical-coordinate representation of color #CA85E6: hue angle of 282.68º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA85E6 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202133230-
CMYK0.120.4200.10
HSL282.68º65.99%71.18%-
HSV(B)282.68º42.17%90.2%-
XYZ47.0335.0479.15-
YUV164.69164.86154.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=35.75%
G=23.54%
B=40.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021332300.120.4200.10282.6865.9971.18
HexCA85E6C2A0A11b4247
Octal3122053461452012433102107
Binary11001010100001011110011011001010100101010001101110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85E6; }

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

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

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

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

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

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

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

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