Html Css Color HEX #C72FEF Medium Orchid

📋 copy color: '#C72FEF'

red 199 ◦ green 47 ◦ blue 239

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

Shades of Medium Orchid #C72FEF

Tints of Medium Orchid #C72FEF

RGB

 RED value IS 199 (78.13% from 255) = 41.03%

 GREEN value IS 47 (18.75% from 255) = 9.69%

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 41.03%
G = 9.69%
B = 49.28%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C72FEF (or 0xC72FEF) is known color: Medium Orchid. HEX triplet: C7, 2F and EF. RGB value is (199,47,239). Sum of RGB (Red+Green+Blue) = 199+47+239=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 47 (18.75% from 255 or 9.69% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #C72FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72FEF is #38D010. Grayscale: #717171. Windows color (decimal): -3723281 or 15675335. OLE color: 15675335.

HSL color Cylindrical-coordinate representation of color #C72FEF: hue angle of 287.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72FEF is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 47 239 -
CMYK 0.17 0.80 0 0.06
HSL 287.5º 0.86% 0.56% -
HSV(B) 287.5º 0.8% 0.94% -
XYZ 40.15 20.41 83.48 -
YUV 114.34 198.36 188.39 -
System Red Green Blue C M Y K H S L
Decimal 199 47 239 0.17 0.80 0 0.06 287.5 0.86 0.56
Hex C7 2F EF 11 50 0 6 120 56 38
Octal 307 57 357 21 120 0 6 440 126 70
Binary 11000111 101111 11101111 10001 1010000 0 110 100100000 1010110 111000

Color Harmonies of #C72FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FEF

Black with #C72FEF

Text Example


Text Example

White with #C72FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FEF; }

 p { color: rgb(199,47,239); }

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

background-color css

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

 a { background-color: rgb(199,47,239); }

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

border-color css

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

 span { border-color: rgb(199,47,239); }

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