Html Css Color HEX #C058D0 Medium Orchid

📋 copy color: '#C058D0'

red 192 ◦ green 88 ◦ blue 208

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

Shades of Medium Orchid #C058D0

Tints of Medium Orchid #C058D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.62%

R = 39.34%
G = 18.03%
B = 42.62%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C058D0 (or 0xC058D0) is known color: Medium Orchid. HEX triplet: C0, 58 and D0. RGB value is (192,88,208). Sum of RGB (Red+Green+Blue) = 192+88+208=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #C058D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058D0 is #3FA72F. Grayscale: #848484. Windows color (decimal): -4171568 or 13654208. OLE color: 13654208.

HSL color Cylindrical-coordinate representation of color #C058D0: hue angle of 292º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C058D0 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 88 208 -
CMYK 0.08 0.58 0 0.18
HSL 292º 0.56% 0.58% -
HSV(B) 292º 0.58% 0.82% -
XYZ 36.61 22.74 62.13 -
YUV 132.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 192 88 208 0.08 0.58 0 0.18 292 0.56 0.58
Hex C0 58 D0 8 3A 0 12 124 38 3A
Octal 300 130 320 10 72 0 22 444 70 72
Binary 11000000 1011000 11010000 1000 111010 0 10010 100100100 111000 111010

Color Harmonies of #C058D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058D0

Black with #C058D0

Text Example


Text Example

White with #C058D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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