Html Css Color HEX #C72BD8 Medium Orchid

📋 copy color: '#C72BD8'

red 199 ◦ green 43 ◦ blue 216

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

Shades of Medium Orchid #C72BD8

Tints of Medium Orchid #C72BD8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.39%

 BLUE value IS 216 (84.77% from 255) = 47.16%

R = 43.45%
G = 9.39%
B = 47.16%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C72BD8 (or 0xC72BD8) is known color: Medium Orchid. HEX triplet: C7, 2B and D8. RGB value is (199,43,216). Sum of RGB (Red+Green+Blue) = 199+43+216=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #C72BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BD8 is #38D427. Grayscale: #6C6C6C. Windows color (decimal): -3724328 or 14166983. OLE color: 14166983.

HSL color Cylindrical-coordinate representation of color #C72BD8: hue angle of 294.1º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72BD8 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 43 216 -
CMYK 0.08 0.80 0 0.15
HSL 294.1º 0.69% 0.51% -
HSV(B) 294.1º 0.8% 0.85% -
XYZ 36.81 18.83 66.66 -
YUV 109.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 199 43 216 0.08 0.80 0 0.15 294.1 0.69 0.51
Hex C7 2B D8 8 50 0 F 126 45 33
Octal 307 53 330 10 120 0 17 446 105 63
Binary 11000111 101011 11011000 1000 1010000 0 1111 100100110 1000101 110011

Color Harmonies of #C72BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BD8

Black with #C72BD8

Text Example


Text Example

White with #C72BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BD8; }

 p { color: rgb(199,43,216); }

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

background-color css

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

 a { background-color: rgb(199,43,216); }

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

border-color css

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

 span { border-color: rgb(199,43,216); }

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