Html Css Color HEX #C072D0 Medium Orchid

📋 copy color: '#C072D0'

red 192 ◦ green 114 ◦ blue 208

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

Shades of Medium Orchid #C072D0

Tints of Medium Orchid #C072D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.47%

R = 37.35%
G = 22.18%
B = 40.47%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C072D0 (or 0xC072D0) is known color: Medium Orchid. HEX triplet: C0, 72 and D0. RGB value is (192,114,208). Sum of RGB (Red+Green+Blue) = 192+114+208=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #C072D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072D0 is #3F8D2F. Grayscale: #939393. Windows color (decimal): -4164912 or 13660864. OLE color: 13660864.

HSL color Cylindrical-coordinate representation of color #C072D0: hue angle of 289.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C072D0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 114 208 -
CMYK 0.08 0.45 0 0.18
HSL 289.79º 0.5% 0.63% -
HSV(B) 289.79º 0.45% 0.82% -
XYZ 39.14 27.8 62.98 -
YUV 148.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 192 114 208 0.08 0.45 0 0.18 289.79 0.5 0.63
Hex C0 72 D0 8 2D 0 12 122 32 3F
Octal 300 162 320 10 55 0 22 442 62 77
Binary 11000000 1110010 11010000 1000 101101 0 10010 100100010 110010 111111

Color Harmonies of #C072D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072D0

Black with #C072D0

Text Example


Text Example

White with #C072D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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