Html Css Color HEX #C072D6 Medium Orchid

📋 copy color: '#C072D6'

red 192 ◦ green 114 ◦ blue 214

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

Shades of Medium Orchid #C072D6

Tints of Medium Orchid #C072D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.15%

R = 36.92%
G = 21.92%
B = 41.15%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C072D6 (or 0xC072D6) is known color: Medium Orchid. HEX triplet: C0, 72 and D6. RGB value is (192,114,214). Sum of RGB (Red+Green+Blue) = 192+114+214=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #C072D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072D6 is #3F8D29. Grayscale: #949494. Windows color (decimal): -4164906 or 14054080. OLE color: 14054080.

HSL color Cylindrical-coordinate representation of color #C072D6: hue angle of 286.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C072D6 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 114 214 -
CMYK 0.10 0.47 0 0.16
HSL 286.8º 0.55% 0.64% -
HSV(B) 286.8º 0.47% 0.84% -
XYZ 39.89 28.1 66.94 -
YUV 148.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 192 114 214 0.10 0.47 0 0.16 286.8 0.55 0.64
Hex C0 72 D6 A 2F 0 10 11F 37 40
Octal 300 162 326 12 57 0 20 437 67 100
Binary 11000000 1110010 11010110 1010 101111 0 10000 100011111 110111 1000000

Color Harmonies of #C072D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072D6

Black with #C072D6

Text Example


Text Example

White with #C072D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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