#CC4CD5

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

Shades of Medium Orchid #CC4CD5

Tints of Medium Orchid #CC4CD5

Color information

#CC4CD5 (or 0xCC4CD5) is unknown color: approx Medium Orchid. HEX triplet: CC, 4C and D5. RGB value is (204,76,213). Sum of RGB (Red+Green+Blue) = 204+76+213=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC4CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CD5 is #33B32A. Grayscale: #818181. Windows color (decimal): -3388203 or 13978828. OLE color: 13978828.

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

Color convert

RGB20476213-
CMYK0.040.6400.16
HSL296.06º61.99%56.67%-
HSV(B)296.06º64.32%83.53%-
XYZ39.522.8165.27-
YUV129.89174.91180.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 76 (30.08% from 255) = 15.42%
BLUE value IS 213 (83.59% from 255) = 43.20%
R=41.38%
G=15.42%
B=43.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204762130.040.6400.16296.0661.9956.67
HexCC4CD54400101283e39
Octal31411432541000204507671
Binary110011001001100110101011001000000010000100101000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4CD5; }

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

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

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

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

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

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

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

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