#CA9CE6

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

Shades of Wisteria #CA9CE6

Tints of Wisteria #CA9CE6

Color information

#CA9CE6 (or 0xCA9CE6) is unknown color: approx Wisteria. HEX triplet: CA, 9C and E6. RGB value is (202,156,230). Sum of RGB (Red+Green+Blue) = 202+156+230=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA9CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CE6 is #356319. Grayscale: #B1B1B1. Windows color (decimal): -3498778 or 15113418. OLE color: 15113418.

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

Color convert

RGB202156230-
CMYK0.120.3200.10
HSL277.3º59.68%75.69%-
HSV(B)277.3º32.17%90.2%-
XYZ50.5342.0580.32-
YUV178.19157.24144.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 156 (61.33% from 255) = 26.53%
BLUE value IS 230 (90.23% from 255) = 39.12%
R=34.35%
G=26.53%
B=39.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021562300.120.3200.10277.359.6875.69
HexCA9CE6C200A1153c4c
Octal312234346144001242574114
Binary1100101010011100111001101100100000010101000101011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CE6; }

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

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

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

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

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

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

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

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