Html Css Color HEX #C057FA Medium Orchid

📋 copy color: '#C057FA'

red 192 ◦ green 87 ◦ blue 250

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

Shades of Medium Orchid #C057FA

Tints of Medium Orchid #C057FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.45%

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

R = 36.29%
G = 16.45%
B = 47.26%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C057FA (or 0xC057FA) is known color: Medium Orchid. HEX triplet: C0, 57 and FA. RGB value is (192,87,250). Sum of RGB (Red+Green+Blue) = 192+87+250=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #C057FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C057FA is #3FA805. Grayscale: #888888. Windows color (decimal): -4171782 or 16406464. OLE color: 16406464.

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

Color convert

RGB 192 87 250 -
CMYK 0.23 0.65 0 0.02
HSL 278.65º 0.94% 0.66% -
HSV(B) 278.65º 0.65% 0.98% -
XYZ 42.4 24.92 93.02 -
YUV 136.98 191.79 167.25 -
System Red Green Blue C M Y K H S L
Decimal 192 87 250 0.23 0.65 0 0.02 278.65 0.94 0.66
Hex C0 57 FA 17 41 0 2 117 5E 42
Octal 300 127 372 27 101 0 2 427 136 102
Binary 11000000 1010111 11111010 10111 1000001 0 10 100010111 1011110 1000010

Color Harmonies of #C057FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057FA

Black with #C057FA

Text Example


Text Example

White with #C057FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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