Html Css Color HEX #C36FD1 Medium Orchid

📋 copy color: '#C36FD1'

red 195 ◦ green 111 ◦ blue 209

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

Shades of Medium Orchid #C36FD1

Tints of Medium Orchid #C36FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.55%

 BLUE value IS 209 (82.03% from 255) = 40.58%

R = 37.86%
G = 21.55%
B = 40.58%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C36FD1 (or 0xC36FD1) is known color: Medium Orchid. HEX triplet: C3, 6F and D1. RGB value is (195,111,209). Sum of RGB (Red+Green+Blue) = 195+111+209=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #C36FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FD1 is #3C902E. Grayscale: #929292. Windows color (decimal): -3969071 or 13725635. OLE color: 13725635.

HSL color Cylindrical-coordinate representation of color #C36FD1: hue angle of 291.43º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36FD1 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 111 209 -
CMYK 0.07 0.47 0 0.18
HSL 291.43º 0.52% 0.63% -
HSV(B) 291.43º 0.47% 0.82% -
XYZ 39.7 27.57 63.55 -
YUV 147.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 195 111 209 0.07 0.47 0 0.18 291.43 0.52 0.63
Hex C3 6F D1 7 2F 0 12 123 34 3F
Octal 303 157 321 7 57 0 22 443 64 77
Binary 11000011 1101111 11010001 111 101111 0 10010 100100011 110100 111111

Color Harmonies of #C36FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36FD1

Black with #C36FD1

Text Example


Text Example

White with #C36FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36FD1; }

 p { color: rgb(195,111,209); }

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

background-color css

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

 a { background-color: rgb(195,111,209); }

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

border-color css

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

 span { border-color: rgb(195,111,209); }

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