Html Css Color HEX #C060EC Medium Orchid

📋 copy color: '#C060EC'

red 192 ◦ green 96 ◦ blue 236

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

Shades of Medium Orchid #C060EC

Tints of Medium Orchid #C060EC

RGB

 RED value IS 192 (75.39% from 255) = 36.64%

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

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

R = 36.64%
G = 18.32%
B = 45.04%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C060EC (or 0xC060EC) is known color: Medium Orchid. HEX triplet: C0, 60 and EC. RGB value is (192,96,236). Sum of RGB (Red+Green+Blue) = 192+96+236=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #C060EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C060EC is #3F9F13. Grayscale: #8C8C8C. Windows color (decimal): -4169492 or 15491264. OLE color: 15491264.

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

Color convert

RGB 192 96 236 -
CMYK 0.19 0.59 0 0.07
HSL 281.14º 0.79% 0.65% -
HSV(B) 281.14º 0.59% 0.93% -
XYZ 41.06 25.63 82.14 -
YUV 140.66 181.8 164.62 -
System Red Green Blue C M Y K H S L
Decimal 192 96 236 0.19 0.59 0 0.07 281.14 0.79 0.65
Hex C0 60 EC 13 3B 0 7 119 4F 41
Octal 300 140 354 23 73 0 7 431 117 101
Binary 11000000 1100000 11101100 10011 111011 0 111 100011001 1001111 1000001

Color Harmonies of #C060EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060EC

Black with #C060EC

Text Example


Text Example

White with #C060EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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