#CA9EDC

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

Shades of Wisteria #CA9EDC

Tints of Wisteria #CA9EDC

Color information

#CA9EDC (or 0xCA9EDC) is unknown color: approx Wisteria. HEX triplet: CA, 9E and DC. RGB value is (202,158,220). Sum of RGB (Red+Green+Blue) = 202+158+220=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EDC is #356123. Grayscale: #B2B2B2. Windows color (decimal): -3498276 or 14458570. OLE color: 14458570.

HSL color Cylindrical-coordinate representation of color #CA9EDC: hue angle of 282.58º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9EDC is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202158220-
CMYK0.080.2800.14
HSL282.58º46.97%74.12%-
HSV(B)282.58º28.18%86.27%-
XYZ49.542.1873.24-
YUV178.22151.58144.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 158 (62.11% from 255) = 27.24%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=34.83%
G=27.24%
B=37.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021582200.080.2800.14282.5846.9774.12
HexCA9EDC81C0E11b2f4a
Octal312236334103401643357112
Binary110010101001111011011100100011100011101000110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EDC; }

 p { color: rgb(202,158,220); }

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

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

 a { background-color: rgb(202,158,220); }

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

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

 span { border-color: rgb(202,158,220); }

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