Html Css Color HEX #C061EC Medium Orchid

📋 copy color: '#C061EC'

red 192 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #C061EC

Tints of Medium Orchid #C061EC

RGB

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

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

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

R = 36.57%
G = 18.48%
B = 44.95%

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

#C061EC (or 0xC061EC) is known color: Medium Orchid. HEX triplet: C0, 61 and EC. RGB value is (192,97,236). Sum of RGB (Red+Green+Blue) = 192+97+236=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #C061EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C061EC is #3F9E13. Grayscale: #8C8C8C. Windows color (decimal): -4169236 or 15491520. OLE color: 15491520.

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

Color convert

RGB 192 97 236 -
CMYK 0.19 0.59 0 0.07
HSL 281.01º 0.79% 0.65% -
HSV(B) 281.01º 0.59% 0.93% -
XYZ 41.15 25.81 82.17 -
YUV 141.25 181.47 164.2 -
System Red Green Blue C M Y K H S L
Decimal 192 97 236 0.19 0.59 0 0.07 281.01 0.79 0.65
Hex C0 61 EC 13 3B 0 7 119 4F 41
Octal 300 141 354 23 73 0 7 431 117 101
Binary 11000000 1100001 11101100 10011 111011 0 111 100011001 1001111 1000001

Color Harmonies of #C061EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061EC

Black with #C061EC

Text Example


Text Example

White with #C061EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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