#CA8CED

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

Shades of Wisteria #CA8CED

Tints of Wisteria #CA8CED

Color information

#CA8CED (or 0xCA8CED) is unknown color: approx Wisteria. HEX triplet: CA, 8C and ED. RGB value is (202,140,237). Sum of RGB (Red+Green+Blue) = 202+140+237=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8CED is #357312. Grayscale: #A9A9A9. Windows color (decimal): -3502867 or 15568074. OLE color: 15568074.

HSL color Cylindrical-coordinate representation of color #CA8CED: hue angle of 278.35º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8CED is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202140237-
CMYK0.150.4100.07
HSL278.35º72.93%73.92%-
HSV(B)278.35º40.93%92.94%-
XYZ49.0237.4384.76-
YUV169.6166.04151.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 140 (55.08% from 255) = 24.18%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=34.89%
G=24.18%
B=40.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021402370.150.4100.07278.3572.9373.92
HexCA8CEDF2907116494a
Octal312214355175107426111112
Binary1100101010001100111011011111101001011110001011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CED; }

 p { color: rgb(202,140,237); }

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

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

 a { background-color: rgb(202,140,237); }

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

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

 span { border-color: rgb(202,140,237); }

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