Html Css Color HEX #C072DC Medium Orchid

📋 copy color: '#C072DC'

red 192 ◦ green 114 ◦ blue 220

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

Shades of Medium Orchid #C072DC

Tints of Medium Orchid #C072DC

RGB

 RED value IS 192 (75.39% from 255) = 36.5%

 GREEN value IS 114 (44.92% from 255) = 21.67%

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

R = 36.5%
G = 21.67%
B = 41.83%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C072DC (or 0xC072DC) is known color: Medium Orchid. HEX triplet: C0, 72 and DC. RGB value is (192,114,220). Sum of RGB (Red+Green+Blue) = 192+114+220=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #C072DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072DC is #3F8D23. Grayscale: #959595. Windows color (decimal): -4164900 or 14447296. OLE color: 14447296.

HSL color Cylindrical-coordinate representation of color #C072DC: hue angle of 284.15º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C072DC is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 114 220 -
CMYK 0.13 0.48 0 0.14
HSL 284.15º 0.6% 0.65% -
HSV(B) 284.15º 0.48% 0.86% -
XYZ 40.67 28.41 71.05 -
YUV 149.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 192 114 220 0.13 0.48 0 0.14 284.15 0.6 0.65
Hex C0 72 DC D 30 0 E 11C 3C 41
Octal 300 162 334 15 60 0 16 434 74 101
Binary 11000000 1110010 11011100 1101 110000 0 1110 100011100 111100 1000001

Color Harmonies of #C072DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072DC

Black with #C072DC

Text Example


Text Example

White with #C072DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072DC; }

 p { color: rgb(192,114,220); }

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

background-color css

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

 a { background-color: rgb(192,114,220); }

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

border-color css

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

 span { border-color: rgb(192,114,220); }

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