Html Css Color HEX #C058CF Medium Orchid

📋 copy color: '#C058CF'

red 192 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #C058CF

Tints of Medium Orchid #C058CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 39.43%
G = 18.07%
B = 42.51%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C058CF (or 0xC058CF) is known color: Medium Orchid. HEX triplet: C0, 58 and CF. RGB value is (192,88,207). Sum of RGB (Red+Green+Blue) = 192+88+207=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #C058CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058CF is #3FA730. Grayscale: #848484. Windows color (decimal): -4171569 or 13588672. OLE color: 13588672.

HSL color Cylindrical-coordinate representation of color #C058CF: hue angle of 292.44º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C058CF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 88 207 -
CMYK 0.07 0.57 0 0.19
HSL 292.44º 0.55% 0.58% -
HSV(B) 292.44º 0.57% 0.81% -
XYZ 36.49 22.69 61.49 -
YUV 132.66 169.96 170.32 -
System Red Green Blue C M Y K H S L
Decimal 192 88 207 0.07 0.57 0 0.19 292.44 0.55 0.58
Hex C0 58 CF 7 39 0 13 124 37 3A
Octal 300 130 317 7 71 0 23 444 67 72
Binary 11000000 1011000 11001111 111 111001 0 10011 100100100 110111 111010

Color Harmonies of #C058CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058CF

Black with #C058CF

Text Example


Text Example

White with #C058CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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