Html Css Color HEX #CC49FA Medium Orchid

📋 copy color: '#CC49FA'

red 204 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #CC49FA

Tints of Medium Orchid #CC49FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 38.71%
G = 13.85%
B = 47.44%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC49FA (or 0xCC49FA) is known color: Medium Orchid. HEX triplet: CC, 49 and FA. RGB value is (204,73,250). Sum of RGB (Red+Green+Blue) = 204+73+250=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC49FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49FA is #33B605. Grayscale: #838383. Windows color (decimal): -3388934 or 16402892. OLE color: 16402892.

HSL color Cylindrical-coordinate representation of color #CC49FA: hue angle of 284.41º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC49FA is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 73 250 -
CMYK 0.18 0.71 0 0.02
HSL 284.41º 0.95% 0.63% -
HSV(B) 284.41º 0.71% 0.98% -
XYZ 44.54 24.5 92.82 -
YUV 132.35 194.4 179.11 -
System Red Green Blue C M Y K H S L
Decimal 204 73 250 0.18 0.71 0 0.02 284.41 0.95 0.63
Hex CC 49 FA 12 47 0 2 11C 5F 3F
Octal 314 111 372 22 107 0 2 434 137 77
Binary 11001100 1001001 11111010 10010 1000111 0 10 100011100 1011111 111111

Color Harmonies of #CC49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49FA

Black with #CC49FA

Text Example


Text Example

White with #CC49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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