#CD99F0

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

Shades of Wisteria #CD99F0

Tints of Wisteria #CD99F0

Color information

#CD99F0 (or 0xCD99F0) is unknown color: approx Wisteria. HEX triplet: CD, 99 and F0. RGB value is (205,153,240). Sum of RGB (Red+Green+Blue) = 205+153+240=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD99F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD99F0 is #32660F. Grayscale: #B2B2B2. Windows color (decimal): -3302928 or 15768013. OLE color: 15768013.

HSL color Cylindrical-coordinate representation of color #CD99F0: hue angle of 275.86º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD99F0 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205153240-
CMYK0.150.3600.06
HSL275.86º74.36%77.06%-
HSV(B)275.86º36.25%94.12%-
XYZ52.342.0587.8-
YUV178.47162.73146.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.28%
GREEN value IS 153 (60.16% from 255) = 25.59%
BLUE value IS 240 (94.14% from 255) = 40.13%
R=34.28%
G=25.59%
B=40.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051532400.150.3600.06275.8674.3677.06
HexCD99F0F24061144a4d
Octal315231360174406424112115
Binary1100110110011001111100001111100100011010001010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99F0; }

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

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

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

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

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

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

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

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