Html Css Color HEX #C058F6 Medium Orchid

📋 copy color: '#C058F6'

red 192 ◦ green 88 ◦ blue 246

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

Shades of Medium Orchid #C058F6

Tints of Medium Orchid #C058F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.77%

R = 36.5%
G = 16.73%
B = 46.77%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C058F6 (or 0xC058F6) is known color: Medium Orchid. HEX triplet: C0, 58 and F6. RGB value is (192,88,246). Sum of RGB (Red+Green+Blue) = 192+88+246=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #C058F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C058F6 is #3FA709. Grayscale: #888888. Windows color (decimal): -4171530 or 16144576. OLE color: 16144576.

HSL color Cylindrical-coordinate representation of color #C058F6: hue angle of 279.49º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C058F6 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 88 246 -
CMYK 0.22 0.64 0 0.04
HSL 279.49º 0.9% 0.65% -
HSV(B) 279.49º 0.64% 0.96% -
XYZ 41.86 24.84 89.78 -
YUV 137.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 192 88 246 0.22 0.64 0 0.04 279.49 0.9 0.65
Hex C0 58 F6 16 40 0 4 117 5A 41
Octal 300 130 366 26 100 0 4 427 132 101
Binary 11000000 1011000 11110110 10110 1000000 0 100 100010111 1011010 1000001

Color Harmonies of #C058F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058F6

Black with #C058F6

Text Example


Text Example

White with #C058F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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