Html Css Color HEX #CC49D9 Medium Orchid

📋 copy color: '#CC49D9'

red 204 ◦ green 73 ◦ blue 217

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

Shades of Medium Orchid #CC49D9

Tints of Medium Orchid #CC49D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.93%

R = 41.3%
G = 14.78%
B = 43.93%

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

#CC49D9 (or 0xCC49D9) is known color: Medium Orchid. HEX triplet: CC, 49 and D9. RGB value is (204,73,217). Sum of RGB (Red+Green+Blue) = 204+73+217=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC49D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49D9 is #33B626. Grayscale: #808080. Windows color (decimal): -3388967 or 14240204. OLE color: 14240204.

HSL color Cylindrical-coordinate representation of color #CC49D9: hue angle of 294.58º 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 #CC49D9 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 73 217 -
CMYK 0.06 0.66 0 0.15
HSL 294.58º 0.65% 0.57% -
HSV(B) 294.58º 0.66% 0.85% -
XYZ 39.81 22.61 67.91 -
YUV 128.59 177.9 181.79 -
System Red Green Blue C M Y K H S L
Decimal 204 73 217 0.06 0.66 0 0.15 294.58 0.65 0.57
Hex CC 49 D9 6 42 0 F 127 41 39
Octal 314 111 331 6 102 0 17 447 101 71
Binary 11001100 1001001 11011001 110 1000010 0 1111 100100111 1000001 111001

Color Harmonies of #CC49D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49D9

Black with #CC49D9

Text Example


Text Example

White with #CC49D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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