Html Css Color HEX #C72FED Medium Orchid

📋 copy color: '#C72FED'

red 199 ◦ green 47 ◦ blue 237

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

Shades of Medium Orchid #C72FED

Tints of Medium Orchid #C72FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 41.2%
G = 9.73%
B = 49.07%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C72FED (or 0xC72FED) is known color: Medium Orchid. HEX triplet: C7, 2F and ED. RGB value is (199,47,237). Sum of RGB (Red+Green+Blue) = 199+47+237=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 47 (18.75% from 255 or 9.73% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #C72FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72FED is #38D012. Grayscale: #717171. Windows color (decimal): -3723283 or 15544263. OLE color: 15544263.

HSL color Cylindrical-coordinate representation of color #C72FED: hue angle of 288º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72FED is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 47 237 -
CMYK 0.16 0.80 0 0.07
HSL 288º 0.84% 0.56% -
HSV(B) 288º 0.8% 0.93% -
XYZ 39.86 20.29 81.94 -
YUV 114.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 199 47 237 0.16 0.80 0 0.07 288 0.84 0.56
Hex C7 2F ED 10 50 0 7 120 54 38
Octal 307 57 355 20 120 0 7 440 124 70
Binary 11000111 101111 11101101 10000 1010000 0 111 100100000 1010100 111000

Color Harmonies of #C72FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FED

Black with #C72FED

Text Example


Text Example

White with #C72FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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