Html Css Color HEX #C72BDB Medium Orchid

📋 copy color: '#C72BDB'

red 199 ◦ green 43 ◦ blue 219

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

Shades of Medium Orchid #C72BDB

Tints of Medium Orchid #C72BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 43.17%
G = 9.33%
B = 47.51%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C72BDB (or 0xC72BDB) is known color: Medium Orchid. HEX triplet: C7, 2B and DB. RGB value is (199,43,219). Sum of RGB (Red+Green+Blue) = 199+43+219=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #C72BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BDB is #38D424. Grayscale: #6D6D6D. Windows color (decimal): -3724325 or 14363591. OLE color: 14363591.

HSL color Cylindrical-coordinate representation of color #C72BDB: hue angle of 293.18º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72BDB is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 43 219 -
CMYK 0.09 0.80 0 0.14
HSL 293.18º 0.71% 0.51% -
HSV(B) 293.18º 0.8% 0.86% -
XYZ 37.2 18.98 68.72 -
YUV 109.71 189.68 191.69 -
System Red Green Blue C M Y K H S L
Decimal 199 43 219 0.09 0.80 0 0.14 293.18 0.71 0.51
Hex C7 2B DB 9 50 0 E 125 47 33
Octal 307 53 333 11 120 0 16 445 107 63
Binary 11000111 101011 11011011 1001 1010000 0 1110 100100101 1000111 110011

Color Harmonies of #C72BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BDB

Black with #C72BDB

Text Example


Text Example

White with #C72BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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