#CA87E8

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

Shades of Wisteria #CA87E8

Tints of Wisteria #CA87E8

Color information

#CA87E8 (or 0xCA87E8) is unknown color: approx Wisteria. HEX triplet: CA, 87 and E8. RGB value is (202,135,232). Sum of RGB (Red+Green+Blue) = 202+135+232=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA87E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA87E8 is #357817. Grayscale: #A5A5A5. Windows color (decimal): -3504152 or 15239114. OLE color: 15239114.

HSL color Cylindrical-coordinate representation of color #CA87E8: hue angle of 281.44º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA87E8 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202135232-
CMYK0.130.4200.09
HSL281.44º67.83%71.96%-
HSV(B)281.44º41.81%90.98%-
XYZ47.5935.7180.73-
YUV166.09165.2153.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 135 (53.12% from 255) = 23.73%
BLUE value IS 232 (91.02% from 255) = 40.77%
R=35.50%
G=23.73%
B=40.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021352320.130.4200.09281.4467.8371.96
HexCA87E8D2A091194448
Octal3122073501552011431104110
Binary11001010100001111110100011011010100100110001100110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87E8; }

 p { color: rgb(202,135,232); }

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

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

 a { background-color: rgb(202,135,232); }

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

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

 span { border-color: rgb(202,135,232); }

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