#CD9CF3

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

Shades of Wisteria #CD9CF3

Tints of Wisteria #CD9CF3

Color information

#CD9CF3 (or 0xCD9CF3) is unknown color: approx Wisteria. HEX triplet: CD, 9C and F3. RGB value is (205,156,243). Sum of RGB (Red+Green+Blue) = 205+156+243=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #CD9CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9CF3 is #32630C. Grayscale: #B4B4B4. Windows color (decimal): -3302157 or 15965389. OLE color: 15965389.

HSL color Cylindrical-coordinate representation of color #CD9CF3: hue angle of 273.79º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD9CF3 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205156243-
CMYK0.160.3600.05
HSL273.79º78.38%78.24%-
HSV(B)273.79º35.8%95.29%-
XYZ53.2443.2390.33-
YUV180.57163.23145.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 156 (61.33% from 255) = 25.83%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=33.94%
G=25.83%
B=40.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051562430.160.3600.05273.7978.3878.24
HexCD9CF31024051124e4e
Octal315234363204405422116116
Binary11001101100111001111001110000100100010110001001010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CF3; }

 p { color: rgb(205,156,243); }

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

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

 a { background-color: rgb(205,156,243); }

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

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

 span { border-color: rgb(205,156,243); }

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