Html Css Color HEX #C056FA Medium Orchid

📋 copy color: '#C056FA'

red 192 ◦ green 86 ◦ blue 250

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

Shades of Medium Orchid #C056FA

Tints of Medium Orchid #C056FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 36.36%
G = 16.29%
B = 47.35%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C056FA (or 0xC056FA) is known color: Medium Orchid. HEX triplet: C0, 56 and FA. RGB value is (192,86,250). Sum of RGB (Red+Green+Blue) = 192+86+250=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 86 (33.98% from 255 or 16.29% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #C056FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C056FA is #3FA905. Grayscale: #878787. Windows color (decimal): -4172038 or 16406208. OLE color: 16406208.

HSL color Cylindrical-coordinate representation of color #C056FA: hue angle of 278.78º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C056FA is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 86 250 -
CMYK 0.23 0.66 0 0.02
HSL 278.78º 0.94% 0.66% -
HSV(B) 278.78º 0.66% 0.98% -
XYZ 42.32 24.76 92.99 -
YUV 136.39 192.12 167.66 -
System Red Green Blue C M Y K H S L
Decimal 192 86 250 0.23 0.66 0 0.02 278.78 0.94 0.66
Hex C0 56 FA 17 42 0 2 117 5E 42
Octal 300 126 372 27 102 0 2 427 136 102
Binary 11000000 1010110 11111010 10111 1000010 0 10 100010111 1011110 1000010

Color Harmonies of #C056FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C056FA

Black with #C056FA

Text Example


Text Example

White with #C056FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C056FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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