Html Css Color HEX #C061EF Medium Orchid

📋 copy color: '#C061EF'

red 192 ◦ green 97 ◦ blue 239

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

Shades of Medium Orchid #C061EF

Tints of Medium Orchid #C061EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 36.36%
G = 18.37%
B = 45.27%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C061EF (or 0xC061EF) is known color: Medium Orchid. HEX triplet: C0, 61 and EF. RGB value is (192,97,239). Sum of RGB (Red+Green+Blue) = 192+97+239=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #C061EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C061EF is #3F9E10. Grayscale: #8D8D8D. Windows color (decimal): -4169233 or 15688128. OLE color: 15688128.

HSL color Cylindrical-coordinate representation of color #C061EF: hue angle of 280.14º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C061EF is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 97 239 -
CMYK 0.20 0.59 0 0.06
HSL 280.14º 0.82% 0.66% -
HSV(B) 280.14º 0.59% 0.94% -
XYZ 41.59 25.99 84.49 -
YUV 141.59 182.97 163.95 -
System Red Green Blue C M Y K H S L
Decimal 192 97 239 0.20 0.59 0 0.06 280.14 0.82 0.66
Hex C0 61 EF 14 3B 0 6 118 52 42
Octal 300 141 357 24 73 0 6 430 122 102
Binary 11000000 1100001 11101111 10100 111011 0 110 100011000 1010010 1000010

Color Harmonies of #C061EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061EF

Black with #C061EF

Text Example


Text Example

White with #C061EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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