Html Css Color HEX #C06ED6 Medium Orchid

📋 copy color: '#C06ED6'

red 192 ◦ green 110 ◦ blue 214

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

Shades of Medium Orchid #C06ED6

Tints of Medium Orchid #C06ED6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.32%

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

R = 37.21%
G = 21.32%
B = 41.47%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C06ED6 (or 0xC06ED6) is known color: Medium Orchid. HEX triplet: C0, 6E and D6. RGB value is (192,110,214). Sum of RGB (Red+Green+Blue) = 192+110+214=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #C06ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ED6 is #3F9129. Grayscale: #929292. Windows color (decimal): -4165930 or 14053056. OLE color: 14053056.

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

Color convert

RGB 192 110 214 -
CMYK 0.10 0.49 0 0.16
HSL 287.31º 0.56% 0.64% -
HSV(B) 287.31º 0.49% 0.84% -
XYZ 39.45 27.21 66.79 -
YUV 146.37 166.17 160.54 -
System Red Green Blue C M Y K H S L
Decimal 192 110 214 0.10 0.49 0 0.16 287.31 0.56 0.64
Hex C0 6E D6 A 31 0 10 11F 38 40
Octal 300 156 326 12 61 0 20 437 70 100
Binary 11000000 1101110 11010110 1010 110001 0 10000 100011111 111000 1000000

Color Harmonies of #C06ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ED6

Black with #C06ED6

Text Example


Text Example

White with #C06ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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