Html Css Color HEX #C059EF Medium Orchid

📋 copy color: '#C059EF'

red 192 ◦ green 89 ◦ blue 239

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

Shades of Medium Orchid #C059EF

Tints of Medium Orchid #C059EF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.12%

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

R = 36.92%
G = 17.12%
B = 45.96%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C059EF (or 0xC059EF) is known color: Medium Orchid. HEX triplet: C0, 59 and EF. RGB value is (192,89,239). Sum of RGB (Red+Green+Blue) = 192+89+239=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #C059EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059EF is #3FA610. Grayscale: #888888. Windows color (decimal): -4171281 or 15686080. OLE color: 15686080.

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

Color convert

RGB 192 89 239 -
CMYK 0.20 0.63 0 0.06
HSL 281.2º 0.82% 0.64% -
HSV(B) 281.2º 0.63% 0.94% -
XYZ 40.89 24.58 84.25 -
YUV 136.9 185.62 167.3 -
System Red Green Blue C M Y K H S L
Decimal 192 89 239 0.20 0.63 0 0.06 281.2 0.82 0.64
Hex C0 59 EF 14 3F 0 6 119 52 40
Octal 300 131 357 24 77 0 6 431 122 100
Binary 11000000 1011001 11101111 10100 111111 0 110 100011001 1010010 1000000

Color Harmonies of #C059EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059EF

Black with #C059EF

Text Example


Text Example

White with #C059EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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