Html Css Color HEX #C056F0 Medium Orchid

📋 copy color: '#C056F0'

red 192 ◦ green 86 ◦ blue 240

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

Shades of Medium Orchid #C056F0

Tints of Medium Orchid #C056F0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.6%

 BLUE value IS 240 (94.14% from 255) = 46.33%

R = 37.07%
G = 16.6%
B = 46.33%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C056F0 (or 0xC056F0) is known color: Medium Orchid. HEX triplet: C0, 56 and F0. RGB value is (192,86,240). Sum of RGB (Red+Green+Blue) = 192+86+240=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #C056F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C056F0 is #3FA90F. Grayscale: #868686. Windows color (decimal): -4172048 or 15750848. OLE color: 15750848.

HSL color Cylindrical-coordinate representation of color #C056F0: hue angle of 281.3º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C056F0 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 86 240 -
CMYK 0.20 0.64 0 0.06
HSL 281.3º 0.84% 0.64% -
HSV(B) 281.3º 0.64% 0.94% -
XYZ 40.79 24.15 84.95 -
YUV 135.25 187.12 168.48 -
System Red Green Blue C M Y K H S L
Decimal 192 86 240 0.20 0.64 0 0.06 281.3 0.84 0.64
Hex C0 56 F0 14 40 0 6 119 54 40
Octal 300 126 360 24 100 0 6 431 124 100
Binary 11000000 1010110 11110000 10100 1000000 0 110 100011001 1010100 1000000

Color Harmonies of #C056F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C056F0

Black with #C056F0

Text Example


Text Example

White with #C056F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C056F0; }

 p { color: rgb(192,86,240); }

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

background-color css

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

 a { background-color: rgb(192,86,240); }

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

border-color css

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

 span { border-color: rgb(192,86,240); }

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