Html Css Color HEX #C058EF Medium Orchid

📋 copy color: '#C058EF'

red 192 ◦ green 88 ◦ blue 239

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

Shades of Medium Orchid #C058EF

Tints of Medium Orchid #C058EF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.96%

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

R = 36.99%
G = 16.96%
B = 46.05%

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

#C058EF (or 0xC058EF) is known color: Medium Orchid. HEX triplet: C0, 58 and EF. RGB value is (192,88,239). Sum of RGB (Red+Green+Blue) = 192+88+239=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #C058EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C058EF is #3FA710. Grayscale: #878787. Windows color (decimal): -4171537 or 15685824. OLE color: 15685824.

HSL color Cylindrical-coordinate representation of color #C058EF: hue angle of 281.32º degrees, saturation: 0.83, 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 #C058EF is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 88 239 -
CMYK 0.20 0.63 0 0.06
HSL 281.32º 0.83% 0.64% -
HSV(B) 281.32º 0.63% 0.94% -
XYZ 40.81 24.42 84.22 -
YUV 136.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 192 88 239 0.20 0.63 0 0.06 281.32 0.83 0.64
Hex C0 58 EF 14 3F 0 6 119 53 40
Octal 300 130 357 24 77 0 6 431 123 100
Binary 11000000 1011000 11101111 10100 111111 0 110 100011001 1010011 1000000

Color Harmonies of #C058EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058EF

Black with #C058EF

Text Example


Text Example

White with #C058EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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