Html Css Color HEX #C36DCF Medium Orchid

📋 copy color: '#C36DCF'

red 195 ◦ green 109 ◦ blue 207

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

Shades of Medium Orchid #C36DCF

Tints of Medium Orchid #C36DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.51%

R = 38.16%
G = 21.33%
B = 40.51%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C36DCF (or 0xC36DCF) is known color: Medium Orchid. HEX triplet: C3, 6D and CF. RGB value is (195,109,207). Sum of RGB (Red+Green+Blue) = 195+109+207=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #C36DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DCF is #3C9230. Grayscale: #919191. Windows color (decimal): -3969585 or 13594051. OLE color: 13594051.

HSL color Cylindrical-coordinate representation of color #C36DCF: hue angle of 292.65º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36DCF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 109 207 -
CMYK 0.06 0.47 0 0.19
HSL 292.65º 0.51% 0.62% -
HSV(B) 292.65º 0.47% 0.81% -
XYZ 39.24 27.04 62.18 -
YUV 145.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 195 109 207 0.06 0.47 0 0.19 292.65 0.51 0.62
Hex C3 6D CF 6 2F 0 13 125 33 3E
Octal 303 155 317 6 57 0 23 445 63 76
Binary 11000011 1101101 11001111 110 101111 0 10011 100100101 110011 111110

Color Harmonies of #C36DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36DCF

Black with #C36DCF

Text Example


Text Example

White with #C36DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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