Html Css Color HEX #C361EC Medium Orchid

📋 copy color: '#C361EC'

red 195 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #C361EC

Tints of Medium Orchid #C361EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.37%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 36.93%
G = 18.37%
B = 44.7%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C361EC (or 0xC361EC) is known color: Medium Orchid. HEX triplet: C3, 61 and EC. RGB value is (195,97,236). Sum of RGB (Red+Green+Blue) = 195+97+236=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #C361EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C361EC is #3C9E13. Grayscale: #8D8D8D. Windows color (decimal): -3972628 or 15491523. OLE color: 15491523.

HSL color Cylindrical-coordinate representation of color #C361EC: hue angle of 282.3º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C361EC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 97 236 -
CMYK 0.17 0.59 0 0.07
HSL 282.3º 0.79% 0.65% -
HSV(B) 282.3º 0.59% 0.93% -
XYZ 41.92 26.21 82.21 -
YUV 142.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 195 97 236 0.17 0.59 0 0.07 282.3 0.79 0.65
Hex C3 61 EC 11 3B 0 7 11A 4F 41
Octal 303 141 354 21 73 0 7 432 117 101
Binary 11000011 1100001 11101100 10001 111011 0 111 100011010 1001111 1000001

Color Harmonies of #C361EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361EC

Black with #C361EC

Text Example


Text Example

White with #C361EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361EC; }

 p { color: rgb(195,97,236); }

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

background-color css

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

 a { background-color: rgb(195,97,236); }

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

border-color css

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

 span { border-color: rgb(195,97,236); }

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