Html Css Color HEX #C72BDC Medium Orchid

📋 copy color: '#C72BDC'

red 199 ◦ green 43 ◦ blue 220

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

Shades of Medium Orchid #C72BDC

Tints of Medium Orchid #C72BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 43.07%
G = 9.31%
B = 47.62%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C72BDC (or 0xC72BDC) is known color: Medium Orchid. HEX triplet: C7, 2B and DC. RGB value is (199,43,220). Sum of RGB (Red+Green+Blue) = 199+43+220=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #C72BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BDC is #38D423. Grayscale: #6D6D6D. Windows color (decimal): -3724324 or 14429127. OLE color: 14429127.

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

Color convert

RGB 199 43 220 -
CMYK 0.10 0.80 0 0.14
HSL 292.88º 0.72% 0.52% -
HSV(B) 292.88º 0.8% 0.86% -
XYZ 37.34 19.04 69.42 -
YUV 109.82 190.18 191.61 -
System Red Green Blue C M Y K H S L
Decimal 199 43 220 0.10 0.80 0 0.14 292.88 0.72 0.52
Hex C7 2B DC A 50 0 E 125 48 34
Octal 307 53 334 12 120 0 16 445 110 64
Binary 11000111 101011 11011100 1010 1010000 0 1110 100100101 1001000 110100

Color Harmonies of #C72BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BDC

Black with #C72BDC

Text Example


Text Example

White with #C72BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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