Html Css Color HEX #CC49F1 Medium Orchid

📋 copy color: '#CC49F1'

red 204 ◦ green 73 ◦ blue 241

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

Shades of Medium Orchid #CC49F1

Tints of Medium Orchid #CC49F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 39.38%
G = 14.09%
B = 46.53%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC49F1 (or 0xCC49F1) is known color: Medium Orchid. HEX triplet: CC, 49 and F1. RGB value is (204,73,241). Sum of RGB (Red+Green+Blue) = 204+73+241=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC49F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49F1 is #33B60E. Grayscale: #828282. Windows color (decimal): -3388943 or 15813068. OLE color: 15813068.

HSL color Cylindrical-coordinate representation of color #CC49F1: hue angle of 286.79º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC49F1 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 73 241 -
CMYK 0.15 0.70 0 0.05
HSL 286.79º 0.86% 0.62% -
HSV(B) 286.79º 0.7% 0.95% -
XYZ 43.16 23.95 85.57 -
YUV 131.32 189.9 179.84 -
System Red Green Blue C M Y K H S L
Decimal 204 73 241 0.15 0.70 0 0.05 286.79 0.86 0.62
Hex CC 49 F1 F 46 0 5 11F 56 3E
Octal 314 111 361 17 106 0 5 437 126 76
Binary 11001100 1001001 11110001 1111 1000110 0 101 100011111 1010110 111110

Color Harmonies of #CC49F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49F1

Black with #CC49F1

Text Example


Text Example

White with #CC49F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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