Html Css Color HEX #C058DF Medium Orchid

📋 copy color: '#C058DF'

red 192 ◦ green 88 ◦ blue 223

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

Shades of Medium Orchid #C058DF

Tints of Medium Orchid #C058DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 38.17%
G = 17.5%
B = 44.33%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C058DF (or 0xC058DF) is known color: Medium Orchid. HEX triplet: C0, 58 and DF. RGB value is (192,88,223). Sum of RGB (Red+Green+Blue) = 192+88+223=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #C058DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058DF is #3FA720. Grayscale: #868686. Windows color (decimal): -4171553 or 14637248. OLE color: 14637248.

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

Color convert

RGB 192 88 223 -
CMYK 0.14 0.61 0 0.13
HSL 286.22º 0.68% 0.61% -
HSV(B) 286.22º 0.61% 0.87% -
XYZ 38.55 23.51 72.32 -
YUV 134.49 177.96 169.02 -
System Red Green Blue C M Y K H S L
Decimal 192 88 223 0.14 0.61 0 0.13 286.22 0.68 0.61
Hex C0 58 DF E 3D 0 D 11E 44 3D
Octal 300 130 337 16 75 0 15 436 104 75
Binary 11000000 1011000 11011111 1110 111101 0 1101 100011110 1000100 111101

Color Harmonies of #C058DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058DF

Black with #C058DF

Text Example


Text Example

White with #C058DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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