#CC3DEA

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

Shades of Medium Orchid #CC3DEA

Tints of Medium Orchid #CC3DEA

Color information

#CC3DEA (or 0xCC3DEA) is unknown color: approx Medium Orchid. HEX triplet: CC, 3D and EA. RGB value is (204,61,234). Sum of RGB (Red+Green+Blue) = 204+61+234=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC3DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3DEA is #33C215. Grayscale: #7A7A7A. Windows color (decimal): -3392022 or 15351244. OLE color: 15351244.

HSL color Cylindrical-coordinate representation of color #CC3DEA: hue angle of 289.6º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3DEA is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20461234-
CMYK0.130.7400.08
HSL289.6º80.47%57.84%-
HSV(B)289.6º73.93%91.76%-
XYZ41.4222.1279.93-
YUV123.48190.38185.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 61 (24.22% from 255) = 12.22%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=40.88%
G=12.22%
B=46.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal204612340.130.7400.08289.680.4757.84
HexCC3DEAD4A08122503a
Octal314753521511201044212072
Binary110011001111011110101011011001010010001001000101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3DEA; }

 p { color: rgb(204,61,234); }

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

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

 a { background-color: rgb(204,61,234); }

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

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

 span { border-color: rgb(204,61,234); }

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