Html Css Color HEX #CD49EC Medium Orchid

📋 copy color: '#CD49EC'

red 205 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #CD49EC

Tints of Medium Orchid #CD49EC

RGB

 RED value IS 205 (80.47% from 255) = 39.88%

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

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 39.88%
G = 14.2%
B = 45.91%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD49EC (or 0xCD49EC) is known color: Medium Orchid. HEX triplet: CD, 49 and EC. RGB value is (205,73,236). Sum of RGB (Red+Green+Blue) = 205+73+236=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD49EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD49EC is #32B613. Grayscale: #828282. Windows color (decimal): -3323412 or 15485389. OLE color: 15485389.

HSL color Cylindrical-coordinate representation of color #CD49EC: hue angle of 288.59º degrees, saturation: 0.81, 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 #CD49EC is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 73 236 -
CMYK 0.13 0.69 0 0.07
HSL 288.59º 0.81% 0.61% -
HSV(B) 288.59º 0.69% 0.93% -
XYZ 42.7 23.8 81.7 -
YUV 131.05 187.23 180.75 -
System Red Green Blue C M Y K H S L
Decimal 205 73 236 0.13 0.69 0 0.07 288.59 0.81 0.61
Hex CD 49 EC D 45 0 7 121 51 3D
Octal 315 111 354 15 105 0 7 441 121 75
Binary 11001101 1001001 11101100 1101 1000101 0 111 100100001 1010001 111101

Color Harmonies of #CD49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD49EC

Black with #CD49EC

Text Example


Text Example

White with #CD49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD49EC; }

 p { color: rgb(205,73,236); }

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

background-color css

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

 a { background-color: rgb(205,73,236); }

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

border-color css

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

 span { border-color: rgb(205,73,236); }

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