Html Css Color HEX #CC49EC Medium Orchid

📋 copy color: '#CC49EC'

red 204 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #CC49EC

Tints of Medium Orchid #CC49EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.23%

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

R = 39.77%
G = 14.23%
B = 46%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC49EC (or 0xCC49EC) is known color: Medium Orchid. HEX triplet: CC, 49 and EC. RGB value is (204,73,236). Sum of RGB (Red+Green+Blue) = 204+73+236=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC49EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49EC is #33B613. Grayscale: #828282. Windows color (decimal): -3388948 or 15485388. OLE color: 15485388.

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

Color convert

RGB 204 73 236 -
CMYK 0.14 0.69 0 0.07
HSL 288.22º 0.81% 0.61% -
HSV(B) 288.22º 0.69% 0.93% -
XYZ 42.42 23.66 81.69 -
YUV 130.75 187.4 180.25 -
System Red Green Blue C M Y K H S L
Decimal 204 73 236 0.14 0.69 0 0.07 288.22 0.81 0.61
Hex CC 49 EC E 45 0 7 120 51 3D
Octal 314 111 354 16 105 0 7 440 121 75
Binary 11001100 1001001 11101100 1110 1000101 0 111 100100000 1010001 111101

Color Harmonies of #CC49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49EC

Black with #CC49EC

Text Example


Text Example

White with #CC49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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