#CA8CDA

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

Shades of Wisteria #CA8CDA

Tints of Wisteria #CA8CDA

Color information

#CA8CDA (or 0xCA8CDA) is unknown color: approx Wisteria. HEX triplet: CA, 8C and DA. RGB value is (202,140,218). Sum of RGB (Red+Green+Blue) = 202+140+218=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CDA is #357325. Grayscale: #A7A7A7. Windows color (decimal): -3502886 or 14322890. OLE color: 14322890.

HSL color Cylindrical-coordinate representation of color #CA8CDA: hue angle of 287.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8CDA is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202140218-
CMYK0.070.3600.15
HSL287.69º51.32%70.2%-
HSV(B)287.69º35.78%85.49%-
XYZ46.3936.3770.91-
YUV167.43156.54152.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 140 (55.08% from 255) = 25%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=36.07%
G=25%
B=38.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021402180.070.3600.15287.6951.3270.2
HexCA8CDA7240F1203346
Octal31221433274401744063106
Binary110010101000110011011010111100100011111001000001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CDA; }

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

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

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

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

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

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

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

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