Html Css Color HEX #CC49FB Medium Orchid

📋 copy color: '#CC49FB'

red 204 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #CC49FB

Tints of Medium Orchid #CC49FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 38.64%
G = 13.83%
B = 47.54%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC49FB (or 0xCC49FB) is known color: Medium Orchid. HEX triplet: CC, 49 and FB. RGB value is (204,73,251). Sum of RGB (Red+Green+Blue) = 204+73+251=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC49FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49FB is #33B604. Grayscale: #838383. Windows color (decimal): -3388933 or 16468428. OLE color: 16468428.

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

Color convert

RGB 204 73 251 -
CMYK 0.19 0.71 0 0.02
HSL 284.16º 0.96% 0.64% -
HSV(B) 284.16º 0.71% 0.98% -
XYZ 44.7 24.57 93.65 -
YUV 132.46 194.9 179.03 -
System Red Green Blue C M Y K H S L
Decimal 204 73 251 0.19 0.71 0 0.02 284.16 0.96 0.64
Hex CC 49 FB 13 47 0 2 11C 60 40
Octal 314 111 373 23 107 0 2 434 140 100
Binary 11001100 1001001 11111011 10011 1000111 0 10 100011100 1100000 1000000

Color Harmonies of #CC49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49FB

Black with #CC49FB

Text Example


Text Example

White with #CC49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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