Html Css Color HEX #CC49EB Medium Orchid

📋 copy color: '#CC49EB'

red 204 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #CC49EB

Tints of Medium Orchid #CC49EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 39.84%
G = 14.26%
B = 45.9%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC49EB (or 0xCC49EB) is known color: Medium Orchid. HEX triplet: CC, 49 and EB. RGB value is (204,73,235). Sum of RGB (Red+Green+Blue) = 204+73+235=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC49EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49EB is #33B614. Grayscale: #828282. Windows color (decimal): -3388949 or 15419852. OLE color: 15419852.

HSL color Cylindrical-coordinate representation of color #CC49EB: hue angle of 288.52º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC49EB is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 73 235 -
CMYK 0.13 0.69 0 0.08
HSL 288.52º 0.8% 0.6% -
HSV(B) 288.52º 0.69% 0.92% -
XYZ 42.28 23.6 80.92 -
YUV 130.64 186.9 180.33 -
System Red Green Blue C M Y K H S L
Decimal 204 73 235 0.13 0.69 0 0.08 288.52 0.8 0.6
Hex CC 49 EB D 45 0 8 121 50 3C
Octal 314 111 353 15 105 0 10 441 120 74
Binary 11001100 1001001 11101011 1101 1000101 0 1000 100100001 1010000 111100

Color Harmonies of #CC49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49EB

Black with #CC49EB

Text Example


Text Example

White with #CC49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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