Html Css Color HEX #CF37EC Medium Orchid

📋 copy color: '#CF37EC'

red 207 ◦ green 55 ◦ blue 236

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

Shades of Medium Orchid #CF37EC

Tints of Medium Orchid #CF37EC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.04%

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

R = 41.57%
G = 11.04%
B = 47.39%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF37EC (or 0xCF37EC) is known color: Medium Orchid. HEX triplet: CF, 37 and EC. RGB value is (207,55,236). Sum of RGB (Red+Green+Blue) = 207+55+236=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF37EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF37EC is #30C813. Grayscale: #787878. Windows color (decimal): -3196948 or 15480783. OLE color: 15480783.

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

Color convert

RGB 207 55 236 -
CMYK 0.12 0.77 0 0.07
HSL 290.39º 0.83% 0.57% -
HSV(B) 290.39º 0.77% 0.93% -
XYZ 42.24 22.05 81.39 -
YUV 121.08 192.86 189.28 -
System Red Green Blue C M Y K H S L
Decimal 207 55 236 0.12 0.77 0 0.07 290.39 0.83 0.57
Hex CF 37 EC C 4D 0 7 122 53 39
Octal 317 67 354 14 115 0 7 442 123 71
Binary 11001111 110111 11101100 1100 1001101 0 111 100100010 1010011 111001

Color Harmonies of #CF37EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37EC

Black with #CF37EC

Text Example


Text Example

White with #CF37EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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