Html Css Color HEX #C72FEB Medium Orchid

📋 copy color: '#C72FEB'

red 199 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #C72FEB

Tints of Medium Orchid #C72FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 41.37%
G = 9.77%
B = 48.86%

CMYK

 C value IS 0.15

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C72FEB (or 0xC72FEB) is known color: Medium Orchid. HEX triplet: C7, 2F and EB. RGB value is (199,47,235). Sum of RGB (Red+Green+Blue) = 199+47+235=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #C72FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72FEB is #38D014. Grayscale: #717171. Windows color (decimal): -3723285 or 15413191. OLE color: 15413191.

HSL color Cylindrical-coordinate representation of color #C72FEB: hue angle of 288.51º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72FEB is Cyan = 0.15, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 47 235 -
CMYK 0.15 0.8 0 0.08
HSL 288.51º 0.82% 0.55% -
HSV(B) 288.51º 0.8% 0.92% -
XYZ 39.57 20.17 80.41 -
YUV 113.88 196.36 188.71 -
System Red Green Blue C M Y K H S L
Decimal 199 47 235 0.15 0.8 0 0.08 288.51 0.82 0.55
Hex C7 2F EB F 50 0 8 121 52 37
Octal 307 57 353 17 120 0 10 441 122 67
Binary 11000111 101111 11101011 1111 1010000 0 1000 100100001 1010010 110111

Color Harmonies of #C72FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FEB

Black with #C72FEB

Text Example


Text Example

White with #C72FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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