Html Css Color HEX #CF49EC Medium Orchid

📋 copy color: '#CF49EC'

red 207 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #CF49EC

Tints of Medium Orchid #CF49EC

RGB

 RED value IS 207 (81.25% from 255) = 40.12%

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

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

R = 40.12%
G = 14.15%
B = 45.74%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF49EC (or 0xCF49EC) is known color: Medium Orchid. HEX triplet: CF, 49 and EC. RGB value is (207,73,236). Sum of RGB (Red+Green+Blue) = 207+73+236=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF49EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49EC is #30B613. Grayscale: #838383. Windows color (decimal): -3192340 or 15485391. OLE color: 15485391.

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

Color convert

RGB 207 73 236 -
CMYK 0.12 0.69 0 0.07
HSL 289.33º 0.81% 0.61% -
HSV(B) 289.33º 0.69% 0.93% -
XYZ 43.26 24.09 81.73 -
YUV 131.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 207 73 236 0.12 0.69 0 0.07 289.33 0.81 0.61
Hex CF 49 EC C 45 0 7 121 51 3D
Octal 317 111 354 14 105 0 7 441 121 75
Binary 11001111 1001001 11101100 1100 1000101 0 111 100100001 1010001 111101

Color Harmonies of #CF49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49EC

Black with #CF49EC

Text Example


Text Example

White with #CF49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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