Html Css Color HEX #C360EC Medium Orchid

📋 copy color: '#C360EC'

red 195 ◦ green 96 ◦ blue 236

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

Shades of Medium Orchid #C360EC

Tints of Medium Orchid #C360EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.22%

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

R = 37%
G = 18.22%
B = 44.78%

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

#C360EC (or 0xC360EC) is known color: Medium Orchid. HEX triplet: C3, 60 and EC. RGB value is (195,96,236). Sum of RGB (Red+Green+Blue) = 195+96+236=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #C360EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C360EC is #3C9F13. Grayscale: #8D8D8D. Windows color (decimal): -3972884 or 15491267. OLE color: 15491267.

HSL color Cylindrical-coordinate representation of color #C360EC: hue angle of 282.43º 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 #C360EC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 96 236 -
CMYK 0.17 0.59 0 0.07
HSL 282.43º 0.79% 0.65% -
HSV(B) 282.43º 0.59% 0.93% -
XYZ 41.83 26.02 82.18 -
YUV 141.56 181.3 166.12 -
System Red Green Blue C M Y K H S L
Decimal 195 96 236 0.17 0.59 0 0.07 282.43 0.79 0.65
Hex C3 60 EC 11 3B 0 7 11A 4F 41
Octal 303 140 354 21 73 0 7 432 117 101
Binary 11000011 1100000 11101100 10001 111011 0 111 100011010 1001111 1000001

Color Harmonies of #C360EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360EC

Black with #C360EC

Text Example


Text Example

White with #C360EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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