Html Css Color HEX #C058D1 Medium Orchid

📋 copy color: '#C058D1'

red 192 ◦ green 88 ◦ blue 209

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

Shades of Medium Orchid #C058D1

Tints of Medium Orchid #C058D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.74%

R = 39.26%
G = 18%
B = 42.74%

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

#C058D1 (or 0xC058D1) is known color: Medium Orchid. HEX triplet: C0, 58 and D1. RGB value is (192,88,209). Sum of RGB (Red+Green+Blue) = 192+88+209=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #C058D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058D1 is #3FA72E. Grayscale: #848484. Windows color (decimal): -4171567 or 13719744. OLE color: 13719744.

HSL color Cylindrical-coordinate representation of color #C058D1: hue angle of 291.57º degrees, saturation: 0.57, 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 #C058D1 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 88 209 -
CMYK 0.08 0.58 0 0.18
HSL 291.57º 0.57% 0.58% -
HSV(B) 291.57º 0.58% 0.82% -
XYZ 36.74 22.79 62.78 -
YUV 132.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 192 88 209 0.08 0.58 0 0.18 291.57 0.57 0.58
Hex C0 58 D1 8 3A 0 12 124 39 3A
Octal 300 130 321 10 72 0 22 444 71 72
Binary 11000000 1011000 11010001 1000 111010 0 10010 100100100 111001 111010

Color Harmonies of #C058D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058D1

Black with #C058D1

Text Example


Text Example

White with #C058D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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