#CC5FD5

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

Shades of Medium Orchid #CC5FD5

Tints of Medium Orchid #CC5FD5

Color information

#CC5FD5 (or 0xCC5FD5) is unknown color: approx Medium Orchid. HEX triplet: CC, 5F and D5. RGB value is (204,95,213). Sum of RGB (Red+Green+Blue) = 204+95+213=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC5FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FD5 is #33A02A. Grayscale: #8C8C8C. Windows color (decimal): -3383339 or 13983692. OLE color: 13983692.

HSL color Cylindrical-coordinate representation of color #CC5FD5: hue angle of 295.42º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5FD5 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20495213-
CMYK0.040.5500.16
HSL295.42º58.42%60.39%-
HSV(B)295.42º55.4%83.53%-
XYZ4125.8365.77-
YUV141.04168.61172.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 95 (37.5% from 255) = 18.55%
BLUE value IS 213 (83.59% from 255) = 41.60%
R=39.84%
G=18.55%
B=41.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204952130.040.5500.16295.4258.4260.39
HexCC5FD54370101273a3c
Octal3141373254670204477274
Binary11001100101111111010101100110111010000100100111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5FD5; }

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

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

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

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

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

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

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

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