#CC5CD3

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

Shades of Medium Orchid #CC5CD3

Tints of Medium Orchid #CC5CD3

Color information

#CC5CD3 (or 0xCC5CD3) is unknown color: approx Medium Orchid. HEX triplet: CC, 5C and D3. RGB value is (204,92,211). Sum of RGB (Red+Green+Blue) = 204+92+211=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC5CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CD3 is #33A32C. Grayscale: #8A8A8A. Windows color (decimal): -3384109 or 13851852. OLE color: 13851852.

HSL color Cylindrical-coordinate representation of color #CC5CD3: hue angle of 296.47º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5CD3 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20492211-
CMYK0.030.5600.17
HSL296.47º57.49%59.41%-
HSV(B)296.47º56.4%82.75%-
XYZ40.4925.1964.36-
YUV139.05168.61174.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 92 (36.33% from 255) = 18.15%
BLUE value IS 211 (82.81% from 255) = 41.62%
R=40.24%
G=18.15%
B=41.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal204922110.030.5600.17296.4757.4959.41
HexCC5CD3338011128393b
Octal3141343233700214507173
Binary1100110010111001101001111111000010001100101000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5CD3; }

 p { color: rgb(204,92,211); }

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

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

 a { background-color: rgb(204,92,211); }

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

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

 span { border-color: rgb(204,92,211); }

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