Html Css Color HEX #CC49D8 Medium Orchid

📋 copy color: '#CC49D8'

red 204 ◦ green 73 ◦ blue 216

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

Shades of Medium Orchid #CC49D8

Tints of Medium Orchid #CC49D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.81%

R = 41.38%
G = 14.81%
B = 43.81%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC49D8 (or 0xCC49D8) is known color: Medium Orchid. HEX triplet: CC, 49 and D8. RGB value is (204,73,216). Sum of RGB (Red+Green+Blue) = 204+73+216=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC49D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49D8 is #33B627. Grayscale: #808080. Windows color (decimal): -3388968 or 14174668. OLE color: 14174668.

HSL color Cylindrical-coordinate representation of color #CC49D8: hue angle of 294.97º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC49D8 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 73 216 -
CMYK 0.06 0.66 0 0.15
HSL 294.97º 0.65% 0.57% -
HSV(B) 294.97º 0.66% 0.85% -
XYZ 39.68 22.56 67.23 -
YUV 128.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 204 73 216 0.06 0.66 0 0.15 294.97 0.65 0.57
Hex CC 49 D8 6 42 0 F 127 41 39
Octal 314 111 330 6 102 0 17 447 101 71
Binary 11001100 1001001 11011000 110 1000010 0 1111 100100111 1000001 111001

Color Harmonies of #CC49D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49D8

Black with #CC49D8

Text Example


Text Example

White with #CC49D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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