Html Css Color HEX #C056F8 Medium Orchid

📋 copy color: '#C056F8'

red 192 ◦ green 86 ◦ blue 248

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

Shades of Medium Orchid #C056F8

Tints of Medium Orchid #C056F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.15%

R = 36.5%
G = 16.35%
B = 47.15%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C056F8 (or 0xC056F8) is known color: Medium Orchid. HEX triplet: C0, 56 and F8. RGB value is (192,86,248). Sum of RGB (Red+Green+Blue) = 192+86+248=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #C056F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C056F8 is #3FA907. Grayscale: #878787. Windows color (decimal): -4172040 or 16275136. OLE color: 16275136.

HSL color Cylindrical-coordinate representation of color #C056F8: hue angle of 279.26º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C056F8 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 86 248 -
CMYK 0.23 0.65 0 0.03
HSL 279.26º 0.92% 0.65% -
HSV(B) 279.26º 0.65% 0.97% -
XYZ 42.01 24.64 91.35 -
YUV 136.16 191.12 167.83 -
System Red Green Blue C M Y K H S L
Decimal 192 86 248 0.23 0.65 0 0.03 279.26 0.92 0.65
Hex C0 56 F8 17 41 0 3 117 5C 41
Octal 300 126 370 27 101 0 3 427 134 101
Binary 11000000 1010110 11111000 10111 1000001 0 11 100010111 1011100 1000001

Color Harmonies of #C056F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C056F8

Black with #C056F8

Text Example


Text Example

White with #C056F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C056F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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