Html Css Color HEX #C36DD6 Medium Orchid

📋 copy color: '#C36DD6'

red 195 ◦ green 109 ◦ blue 214

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

Shades of Medium Orchid #C36DD6

Tints of Medium Orchid #C36DD6

RGB

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

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

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

R = 37.64%
G = 21.04%
B = 41.31%

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

#C36DD6 (or 0xC36DD6) is known color: Medium Orchid. HEX triplet: C3, 6D and D6. RGB value is (195,109,214). Sum of RGB (Red+Green+Blue) = 195+109+214=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #C36DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DD6 is #3C9229. Grayscale: #929292. Windows color (decimal): -3969578 or 14052803. OLE color: 14052803.

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

Color convert

RGB 195 109 214 -
CMYK 0.09 0.49 0 0.16
HSL 289.14º 0.56% 0.63% -
HSV(B) 289.14º 0.49% 0.84% -
XYZ 40.11 27.39 66.79 -
YUV 146.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 195 109 214 0.09 0.49 0 0.16 289.14 0.56 0.63
Hex C3 6D D6 9 31 0 10 121 38 3F
Octal 303 155 326 11 61 0 20 441 70 77
Binary 11000011 1101101 11010110 1001 110001 0 10000 100100001 111000 111111

Color Harmonies of #C36DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36DD6

Black with #C36DD6

Text Example


Text Example

White with #C36DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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