#CA9DDC

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

Shades of Wisteria #CA9DDC

Tints of Wisteria #CA9DDC

Color information

#CA9DDC (or 0xCA9DDC) is unknown color: approx Wisteria. HEX triplet: CA, 9D and DC. RGB value is (202,157,220). Sum of RGB (Red+Green+Blue) = 202+157+220=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DDC is #356223. Grayscale: #B1B1B1. Windows color (decimal): -3498532 or 14458314. OLE color: 14458314.

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

Color convert

RGB202157220-
CMYK0.080.2900.14
HSL282.86º47.37%73.92%-
HSV(B)282.86º28.64%86.27%-
XYZ49.3341.8473.19-
YUV177.64151.91145.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=34.89%
G=27.12%
B=38.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021572200.080.2900.14282.8647.3773.92
HexCA9DDC81D0E11b2f4a
Octal312235334103501643357112
Binary110010101001110111011100100011101011101000110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DDC; }

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

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

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

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

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

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

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

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