Html Css Color HEX #C06ED5 Medium Orchid

📋 copy color: '#C06ED5'

red 192 ◦ green 110 ◦ blue 213

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

Shades of Medium Orchid #C06ED5

Tints of Medium Orchid #C06ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 37.28%
G = 21.36%
B = 41.36%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C06ED5 (or 0xC06ED5) is known color: Medium Orchid. HEX triplet: C0, 6E and D5. RGB value is (192,110,213). Sum of RGB (Red+Green+Blue) = 192+110+213=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #C06ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ED5 is #3F912A. Grayscale: #919191. Windows color (decimal): -4165931 or 13987520. OLE color: 13987520.

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

Color convert

RGB 192 110 213 -
CMYK 0.10 0.48 0 0.16
HSL 287.77º 0.55% 0.63% -
HSV(B) 287.77º 0.48% 0.84% -
XYZ 39.32 27.16 66.12 -
YUV 146.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 192 110 213 0.10 0.48 0 0.16 287.77 0.55 0.63
Hex C0 6E D5 A 30 0 10 120 37 3F
Octal 300 156 325 12 60 0 20 440 67 77
Binary 11000000 1101110 11010101 1010 110000 0 10000 100100000 110111 111111

Color Harmonies of #C06ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ED5

Black with #C06ED5

Text Example


Text Example

White with #C06ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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