Html Css Color HEX #C06DD6 Medium Orchid

📋 copy color: '#C06DD6'

red 192 ◦ green 109 ◦ blue 214

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

Shades of Medium Orchid #C06DD6

Tints of Medium Orchid #C06DD6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.17%

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

R = 37.28%
G = 21.17%
B = 41.55%

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

#C06DD6 (or 0xC06DD6) is known color: Medium Orchid. HEX triplet: C0, 6D and D6. RGB value is (192,109,214). Sum of RGB (Red+Green+Blue) = 192+109+214=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #C06DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DD6 is #3F9229. Grayscale: #919191. Windows color (decimal): -4166186 or 14052800. OLE color: 14052800.

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

Color convert

RGB 192 109 214 -
CMYK 0.10 0.49 0 0.16
HSL 287.43º 0.56% 0.63% -
HSV(B) 287.43º 0.49% 0.84% -
XYZ 39.34 27 66.76 -
YUV 145.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 192 109 214 0.10 0.49 0 0.16 287.43 0.56 0.63
Hex C0 6D D6 A 31 0 10 11F 38 3F
Octal 300 155 326 12 61 0 20 437 70 77
Binary 11000000 1101101 11010110 1010 110001 0 10000 100011111 111000 111111

Color Harmonies of #C06DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DD6

Black with #C06DD6

Text Example


Text Example

White with #C06DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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