Html Css Color HEX #C72BDA Medium Orchid

📋 copy color: '#C72BDA'

red 199 ◦ green 43 ◦ blue 218

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

Shades of Medium Orchid #C72BDA

Tints of Medium Orchid #C72BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 43.26%
G = 9.35%
B = 47.39%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C72BDA (or 0xC72BDA) is known color: Medium Orchid. HEX triplet: C7, 2B and DA. RGB value is (199,43,218). Sum of RGB (Red+Green+Blue) = 199+43+218=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #C72BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BDA is #38D425. Grayscale: #6D6D6D. Windows color (decimal): -3724326 or 14298055. OLE color: 14298055.

HSL color Cylindrical-coordinate representation of color #C72BDA: hue angle of 293.49º degrees, saturation: 0.7, 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 #C72BDA is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 43 218 -
CMYK 0.09 0.80 0 0.15
HSL 293.49º 0.7% 0.51% -
HSV(B) 293.49º 0.8% 0.85% -
XYZ 37.07 18.93 68.03 -
YUV 109.59 189.18 191.77 -
System Red Green Blue C M Y K H S L
Decimal 199 43 218 0.09 0.80 0 0.15 293.49 0.7 0.51
Hex C7 2B DA 9 50 0 F 125 46 33
Octal 307 53 332 11 120 0 17 445 106 63
Binary 11000111 101011 11011010 1001 1010000 0 1111 100100101 1000110 110011

Color Harmonies of #C72BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BDA

Black with #C72BDA

Text Example


Text Example

White with #C72BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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