Html Css Color HEX #C72DEB Medium Orchid

📋 copy color: '#C72DEB'

red 199 ◦ green 45 ◦ blue 235

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

Shades of Medium Orchid #C72DEB

Tints of Medium Orchid #C72DEB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.39%

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

R = 41.54%
G = 9.39%
B = 49.06%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C72DEB (or 0xC72DEB) is known color: Medium Orchid. HEX triplet: C7, 2D and EB. RGB value is (199,45,235). Sum of RGB (Red+Green+Blue) = 199+45+235=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #C72DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72DEB is #38D214. Grayscale: #707070. Windows color (decimal): -3723797 or 15412679. OLE color: 15412679.

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

Color convert

RGB 199 45 235 -
CMYK 0.15 0.81 0 0.08
HSL 288.63º 0.83% 0.55% -
HSV(B) 288.63º 0.81% 0.92% -
XYZ 39.49 20.02 80.38 -
YUV 112.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 199 45 235 0.15 0.81 0 0.08 288.63 0.83 0.55
Hex C7 2D EB F 51 0 8 121 53 37
Octal 307 55 353 17 121 0 10 441 123 67
Binary 11000111 101101 11101011 1111 1010001 0 1000 100100001 1010011 110111

Color Harmonies of #C72DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72DEB

Black with #C72DEB

Text Example


Text Example

White with #C72DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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