Html Css Color HEX #CC49E4 Medium Orchid

📋 copy color: '#CC49E4'

red 204 ◦ green 73 ◦ blue 228

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

Shades of Medium Orchid #CC49E4

Tints of Medium Orchid #CC49E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.15%

R = 40.4%
G = 14.46%
B = 45.15%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC49E4 (or 0xCC49E4) is known color: Medium Orchid. HEX triplet: CC, 49 and E4. RGB value is (204,73,228). Sum of RGB (Red+Green+Blue) = 204+73+228=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC49E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49E4 is #33B61B. Grayscale: #818181. Windows color (decimal): -3388956 or 14961100. OLE color: 14961100.

HSL color Cylindrical-coordinate representation of color #CC49E4: hue angle of 290.71º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC49E4 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 73 228 -
CMYK 0.11 0.68 0 0.11
HSL 290.71º 0.74% 0.59% -
HSV(B) 290.71º 0.68% 0.89% -
XYZ 41.29 23.2 75.7 -
YUV 129.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 204 73 228 0.11 0.68 0 0.11 290.71 0.74 0.59
Hex CC 49 E4 B 44 0 B 123 4A 3B
Octal 314 111 344 13 104 0 13 443 112 73
Binary 11001100 1001001 11100100 1011 1000100 0 1011 100100011 1001010 111011

Color Harmonies of #CC49E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49E4

Black with #CC49E4

Text Example


Text Example

White with #CC49E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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