Html Css Color HEX #C058DC Medium Orchid

📋 copy color: '#C058DC'

red 192 ◦ green 88 ◦ blue 220

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

Shades of Medium Orchid #C058DC

Tints of Medium Orchid #C058DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44%

R = 38.4%
G = 17.6%
B = 44%

CMYK

 C value IS 0.13

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C058DC (or 0xC058DC) is known color: Medium Orchid. HEX triplet: C0, 58 and DC. RGB value is (192,88,220). Sum of RGB (Red+Green+Blue) = 192+88+220=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #C058DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058DC is #3FA723. Grayscale: #858585. Windows color (decimal): -4171556 or 14440640. OLE color: 14440640.

HSL color Cylindrical-coordinate representation of color #C058DC: hue angle of 287.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C058DC is Cyan = 0.13, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 88 220 -
CMYK 0.13 0.6 0 0.14
HSL 287.27º 0.65% 0.6% -
HSV(B) 287.27º 0.6% 0.86% -
XYZ 38.15 23.35 70.21 -
YUV 134.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 192 88 220 0.13 0.6 0 0.14 287.27 0.65 0.6
Hex C0 58 DC D 3C 0 E 11F 41 3C
Octal 300 130 334 15 74 0 16 437 101 74
Binary 11000000 1011000 11011100 1101 111100 0 1110 100011111 1000001 111100

Color Harmonies of #C058DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058DC

Black with #C058DC

Text Example


Text Example

White with #C058DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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