#CC5FD9

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

Shades of Medium Orchid #CC5FD9

Tints of Medium Orchid #CC5FD9

Color information

#CC5FD9 (or 0xCC5FD9) is unknown color: approx Medium Orchid. HEX triplet: CC, 5F and D9. RGB value is (204,95,217). Sum of RGB (Red+Green+Blue) = 204+95+217=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC5FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FD9 is #33A026. Grayscale: #8D8D8D. Windows color (decimal): -3383335 or 14245836. OLE color: 14245836.

HSL color Cylindrical-coordinate representation of color #CC5FD9: hue angle of 293.61º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5FD9 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20495217-
CMYK0.060.5600.15
HSL293.61º61.62%61.18%-
HSV(B)293.61º56.22%85.1%-
XYZ41.5226.0368.48-
YUV141.5170.61172.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 95 (37.5% from 255) = 18.41%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=39.53%
G=18.41%
B=42.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204952170.060.5600.15293.6161.6261.18
HexCC5FD96380F1263e3d
Octal3141373316700174467675
Binary1100110010111111101100111011100001111100100110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5FD9; }

 p { color: rgb(204,95,217); }

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

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

 a { background-color: rgb(204,95,217); }

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

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

 span { border-color: rgb(204,95,217); }

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