#CA9CEB

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

Shades of Wisteria #CA9CEB

Tints of Wisteria #CA9CEB

Color information

#CA9CEB (or 0xCA9CEB) is unknown color: approx Wisteria. HEX triplet: CA, 9C and EB. RGB value is (202,156,235). Sum of RGB (Red+Green+Blue) = 202+156+235=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CEB is #356314. Grayscale: #B2B2B2. Windows color (decimal): -3498773 or 15441098. OLE color: 15441098.

HSL color Cylindrical-coordinate representation of color #CA9CEB: hue angle of 274.94º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA9CEB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202156235-
CMYK0.140.3400.08
HSL274.94º66.39%76.67%-
HSV(B)274.94º33.62%92.16%-
XYZ51.2442.3384.07-
YUV178.76159.74144.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 156 (61.33% from 255) = 26.31%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=34.06%
G=26.31%
B=39.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021562350.140.3400.08274.9466.3976.67
HexCA9CEBE2208113424d
Octal3122343531642010423102115
Binary11001010100111001110101111101000100100010001001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CEB; }

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

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

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

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

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

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

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

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