Html Css Color HEX #C72DDB Medium Orchid

📋 copy color: '#C72DDB'

red 199 ◦ green 45 ◦ blue 219

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

Shades of Medium Orchid #C72DDB

Tints of Medium Orchid #C72DDB

RGB

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

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

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

R = 42.98%
G = 9.72%
B = 47.3%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C72DDB (or 0xC72DDB) is known color: Medium Orchid. HEX triplet: C7, 2D and DB. RGB value is (199,45,219). Sum of RGB (Red+Green+Blue) = 199+45+219=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #C72DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DDB is #38D224. Grayscale: #6E6E6E. Windows color (decimal): -3723813 or 14364103. OLE color: 14364103.

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

Color convert

RGB 199 45 219 -
CMYK 0.09 0.79 0 0.14
HSL 293.1º 0.71% 0.52% -
HSV(B) 293.1º 0.79% 0.86% -
XYZ 37.28 19.13 68.75 -
YUV 110.88 189.02 190.85 -
System Red Green Blue C M Y K H S L
Decimal 199 45 219 0.09 0.79 0 0.14 293.1 0.71 0.52
Hex C7 2D DB 9 4F 0 E 125 47 34
Octal 307 55 333 11 117 0 16 445 107 64
Binary 11000111 101101 11011011 1001 1001111 0 1110 100100101 1000111 110100

Color Harmonies of #C72DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72DDB

Black with #C72DDB

Text Example


Text Example

White with #C72DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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