Html Css Color HEX #CC49ED Medium Orchid

📋 copy color: '#CC49ED'

red 204 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #CC49ED

Tints of Medium Orchid #CC49ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 39.69%
G = 14.2%
B = 46.11%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC49ED (or 0xCC49ED) is known color: Medium Orchid. HEX triplet: CC, 49 and ED. RGB value is (204,73,237). Sum of RGB (Red+Green+Blue) = 204+73+237=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC49ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49ED is #33B612. Grayscale: #828282. Windows color (decimal): -3388947 or 15550924. OLE color: 15550924.

HSL color Cylindrical-coordinate representation of color #CC49ED: hue angle of 287.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC49ED is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 73 237 -
CMYK 0.14 0.69 0 0.07
HSL 287.93º 0.82% 0.61% -
HSV(B) 287.93º 0.69% 0.93% -
XYZ 42.57 23.72 82.45 -
YUV 130.87 187.9 180.16 -
System Red Green Blue C M Y K H S L
Decimal 204 73 237 0.14 0.69 0 0.07 287.93 0.82 0.61
Hex CC 49 ED E 45 0 7 120 52 3D
Octal 314 111 355 16 105 0 7 440 122 75
Binary 11001100 1001001 11101101 1110 1000101 0 111 100100000 1010010 111101

Color Harmonies of #CC49ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49ED

Black with #CC49ED

Text Example


Text Example

White with #CC49ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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