#CD99F6

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

Shades of Wisteria #CD99F6

Tints of Wisteria #CD99F6

Color information

#CD99F6 (or 0xCD99F6) is unknown color: approx Wisteria. HEX triplet: CD, 99 and F6. RGB value is (205,153,246). Sum of RGB (Red+Green+Blue) = 205+153+246=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #CD99F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD99F6 is #326609. Grayscale: #B2B2B2. Windows color (decimal): -3302922 or 16161229. OLE color: 16161229.

HSL color Cylindrical-coordinate representation of color #CD99F6: hue angle of 273.55º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD99F6 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205153246-
CMYK0.170.3800.04
HSL273.55º83.78%78.24%-
HSV(B)273.55º37.8%96.47%-
XYZ53.242.4292.57-
YUV179.15165.73146.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 246 (96.48% from 255) = 40.73%
R=33.94%
G=25.33%
B=40.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051532460.170.3800.04273.5583.7878.24
HexCD99F6112604112544e
Octal315231366214604422124116
Binary11001101100110011111011010001100110010010001001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99F6; }

 p { color: rgb(205,153,246); }

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

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

 a { background-color: rgb(205,153,246); }

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

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

 span { border-color: rgb(205,153,246); }

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