#CC5DD8

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

Shades of Medium Orchid #CC5DD8

Tints of Medium Orchid #CC5DD8

Color information

#CC5DD8 (or 0xCC5DD8) is unknown color: approx Medium Orchid. HEX triplet: CC, 5D and D8. RGB value is (204,93,216). Sum of RGB (Red+Green+Blue) = 204+93+216=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC5DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DD8 is #33A227. Grayscale: #8B8B8B. Windows color (decimal): -3383848 or 14179788. OLE color: 14179788.

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

Color convert

RGB20493216-
CMYK0.060.5700.15
HSL294.15º61.19%60.59%-
HSV(B)294.15º56.94%84.71%-
XYZ41.2125.6267.74-
YUV140.21170.77173.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 216 (84.77% from 255) = 42.11%
R=39.77%
G=18.13%
B=42.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204932160.060.5700.15294.1561.1960.59
HexCC5DD86390F1263d3d
Octal3141353306710174467575
Binary1100110010111011101100011011100101111100100110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5DD8; }

 p { color: rgb(204,93,216); }

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

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

 a { background-color: rgb(204,93,216); }

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

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

 span { border-color: rgb(204,93,216); }

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