Html Css Color HEX #CF50EC Medium Orchid

📋 copy color: '#CF50EC'

red 207 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #CF50EC

Tints of Medium Orchid #CF50EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.3%

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

R = 39.58%
G = 15.3%
B = 45.12%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF50EC (or 0xCF50EC) is known color: Medium Orchid. HEX triplet: CF, 50 and EC. RGB value is (207,80,236). Sum of RGB (Red+Green+Blue) = 207+80+236=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF50EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF50EC is #30AF13. Grayscale: #878787. Windows color (decimal): -3190548 or 15487183. OLE color: 15487183.

HSL color Cylindrical-coordinate representation of color #CF50EC: hue angle of 288.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF50EC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 80 236 -
CMYK 0.12 0.66 0 0.07
HSL 288.85º 0.8% 0.62% -
HSV(B) 288.85º 0.66% 0.93% -
XYZ 43.74 25.06 81.89 -
YUV 135.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 207 80 236 0.12 0.66 0 0.07 288.85 0.8 0.62
Hex CF 50 EC C 42 0 7 121 50 3E
Octal 317 120 354 14 102 0 7 441 120 76
Binary 11001111 1010000 11101100 1100 1000010 0 111 100100001 1010000 111110

Color Harmonies of #CF50EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50EC

Black with #CF50EC

Text Example


Text Example

White with #CF50EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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