#CA9DD4

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

Shades of Wisteria #CA9DD4

Tints of Wisteria #CA9DD4

Color information

#CA9DD4 (or 0xCA9DD4) is unknown color: approx Wisteria. HEX triplet: CA, 9D and D4. RGB value is (202,157,212). Sum of RGB (Red+Green+Blue) = 202+157+212=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DD4 is #35622B. Grayscale: #B0B0B0. Windows color (decimal): -3498540 or 13934026. OLE color: 13934026.

HSL color Cylindrical-coordinate representation of color #CA9DD4: hue angle of 289.09º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA9DD4 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202157212-
CMYK0.050.2600.17
HSL289.09º39.01%72.35%-
HSV(B)289.09º25.94%83.14%-
XYZ48.341.4267.74-
YUV176.72147.91146.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 157 (61.72% from 255) = 27.50%
BLUE value IS 212 (83.20% from 255) = 37.13%
R=35.38%
G=27.50%
B=37.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021572120.050.2600.17289.0939.0172.35
HexCA9DD451A0111212748
Octal31223532453202144147110
Binary110010101001110111010100101110100100011001000011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DD4; }

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

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

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

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

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

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

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

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