#CC2CDE

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

Shades of Medium Orchid #CC2CDE

Tints of Medium Orchid #CC2CDE

Color information

#CC2CDE (or 0xCC2CDE) is unknown color: approx Medium Orchid. HEX triplet: CC, 2C and DE. RGB value is (204,44,222). Sum of RGB (Red+Green+Blue) = 204+44+222=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC2CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CDE is #33D321. Grayscale: #6F6F6F. Windows color (decimal): -3396386 or 14560460. OLE color: 14560460.

HSL color Cylindrical-coordinate representation of color #CC2CDE: hue angle of 293.93º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2CDE is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20444222-
CMYK0.080.8000.13
HSL293.93º72.95%52.16%-
HSV(B)293.93º80.18%87.06%-
XYZ38.9919.9170.9-
YUV112.13190.01193.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 44 (17.58% from 255) = 9.36%
BLUE value IS 222 (87.11% from 255) = 47.23%
R=43.40%
G=9.36%
B=47.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204442220.080.8000.13293.9372.9552.16
HexCC2CDE8500D1264934
Octal314543361012001544611164
Binary110011001011001101111010001010000011011001001101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2CDE; }

 p { color: rgb(204,44,222); }

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

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

 a { background-color: rgb(204,44,222); }

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

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

 span { border-color: rgb(204,44,222); }

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