Html Css Color HEX #C36ED6 Medium Orchid

📋 copy color: '#C36ED6'

red 195 ◦ green 110 ◦ blue 214

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

Shades of Medium Orchid #C36ED6

Tints of Medium Orchid #C36ED6

RGB

 RED value IS 195 (76.56% from 255) = 37.57%

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

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

R = 37.57%
G = 21.19%
B = 41.23%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C36ED6 (or 0xC36ED6) is known color: Medium Orchid. HEX triplet: C3, 6E and D6. RGB value is (195,110,214). Sum of RGB (Red+Green+Blue) = 195+110+214=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #C36ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ED6 is #3C9129. Grayscale: #929292. Windows color (decimal): -3969322 or 14053059. OLE color: 14053059.

HSL color Cylindrical-coordinate representation of color #C36ED6: hue angle of 289.04º 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 #C36ED6 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 110 214 -
CMYK 0.09 0.49 0 0.16
HSL 289.04º 0.56% 0.64% -
HSV(B) 289.04º 0.49% 0.84% -
XYZ 40.22 27.61 66.83 -
YUV 147.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 195 110 214 0.09 0.49 0 0.16 289.04 0.56 0.64
Hex C3 6E D6 9 31 0 10 121 38 40
Octal 303 156 326 11 61 0 20 441 70 100
Binary 11000011 1101110 11010110 1001 110001 0 10000 100100001 111000 1000000

Color Harmonies of #C36ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36ED6

Black with #C36ED6

Text Example


Text Example

White with #C36ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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