Html Css Color HEX #CC39EC Medium Orchid

📋 copy color: '#CC39EC'

red 204 ◦ green 57 ◦ blue 236

#CC39EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CC39EC

Tints of Medium Orchid #CC39EC

RGB

 RED value IS 204 (80.08% from 255) = 41.05%

 GREEN value IS 57 (22.66% from 255) = 11.47%

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 41.05%
G = 11.47%
B = 47.48%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC39EC (or 0xCC39EC) is known color: Medium Orchid. HEX triplet: CC, 39 and EC. RGB value is (204,57,236). Sum of RGB (Red+Green+Blue) = 204+57+236=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 57 (22.66% from 255 or 11.47% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC39EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC39EC is #33C613. Grayscale: #787878. Windows color (decimal): -3393044 or 15481292. OLE color: 15481292.

HSL color Cylindrical-coordinate representation of color #CC39EC: hue angle of 289.27º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC39EC is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 57 236 -
CMYK 0.14 0.76 0 0.07
HSL 289.27º 0.82% 0.57% -
HSV(B) 289.27º 0.76% 0.93% -
XYZ 41.51 21.82 81.38 -
YUV 121.36 192.7 186.95 -
System Red Green Blue C M Y K H S L
Decimal 204 57 236 0.14 0.76 0 0.07 289.27 0.82 0.57
Hex CC 39 EC E 4C 0 7 121 52 39
Octal 314 71 354 16 114 0 7 441 122 71
Binary 11001100 111001 11101100 1110 1001100 0 111 100100001 1010010 111001

Color Harmonies of #CC39EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC39EC

Black with #CC39EC

Text Example


Text Example

White with #CC39EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC39EC; }

 p { color: rgb(204,57,236); }

 H1.HeaderClassName
 {
   color: #CC39EC;
 }
 .AnyTagClassName
 {
   color: #CC39EC;
 }
</style>

background-color css

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

 a { background-color: rgb(204,57,236); }

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

border-color css

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

 span { border-color: rgb(204,57,236); }

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