#CC9DF3

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

Shades of Wisteria #CC9DF3

Tints of Wisteria #CC9DF3

Color information

#CC9DF3 (or 0xCC9DF3) is unknown color: approx Wisteria. HEX triplet: CC, 9D and F3. RGB value is (204,157,243). Sum of RGB (Red+Green+Blue) = 204+157+243=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 157 (61.72% from 255 or 25.99% 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 #CC9DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9DF3 is #33620C. Grayscale: #B4B4B4. Windows color (decimal): -3367437 or 15965644. OLE color: 15965644.

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

Color convert

RGB204157243-
CMYK0.160.3500.05
HSL272.79º78.18%78.43%-
HSV(B)272.79º35.39%95.29%-
XYZ53.1443.4290.37-
YUV180.86163.07144.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 157 (61.72% from 255) = 25.99%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=33.77%
G=25.99%
B=40.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041572430.160.3500.05272.7978.1878.43
HexCC9DF31023051114e4e
Octal314235363204305421116116
Binary11001100100111011111001110000100011010110001000110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9DF3; }

 p { color: rgb(204,157,243); }

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

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

 a { background-color: rgb(204,157,243); }

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

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

 span { border-color: rgb(204,157,243); }

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