Html Css Color HEX #C36FDF Medium Orchid

📋 copy color: '#C36FDF'

red 195 ◦ green 111 ◦ blue 223

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

Shades of Medium Orchid #C36FDF

Tints of Medium Orchid #C36FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 36.86%
G = 20.98%
B = 42.16%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C36FDF (or 0xC36FDF) is known color: Medium Orchid. HEX triplet: C3, 6F and DF. RGB value is (195,111,223). Sum of RGB (Red+Green+Blue) = 195+111+223=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #C36FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FDF is #3C9020. Grayscale: #949494. Windows color (decimal): -3969057 or 14643139. OLE color: 14643139.

HSL color Cylindrical-coordinate representation of color #C36FDF: hue angle of 285º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36FDF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 111 223 -
CMYK 0.13 0.50 0 0.13
HSL 285º 0.64% 0.65% -
HSV(B) 285º 0.5% 0.87% -
XYZ 41.51 28.3 73.09 -
YUV 148.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 195 111 223 0.13 0.50 0 0.13 285 0.64 0.65
Hex C3 6F DF D 32 0 D 11D 40 41
Octal 303 157 337 15 62 0 15 435 100 101
Binary 11000011 1101111 11011111 1101 110010 0 1101 100011101 1000000 1000001

Color Harmonies of #C36FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36FDF

Black with #C36FDF

Text Example


Text Example

White with #C36FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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