Html Css Color HEX #C057E4 Medium Orchid

📋 copy color: '#C057E4'

red 192 ◦ green 87 ◦ blue 228

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

Shades of Medium Orchid #C057E4

Tints of Medium Orchid #C057E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.97%

R = 37.87%
G = 17.16%
B = 44.97%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C057E4 (or 0xC057E4) is known color: Medium Orchid. HEX triplet: C0, 57 and E4. RGB value is (192,87,228). Sum of RGB (Red+Green+Blue) = 192+87+228=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #C057E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057E4 is #3FA81B. Grayscale: #868686. Windows color (decimal): -4171804 or 14964672. OLE color: 14964672.

HSL color Cylindrical-coordinate representation of color #C057E4: hue angle of 284.68º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C057E4 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 87 228 -
CMYK 0.16 0.62 0 0.11
HSL 284.68º 0.72% 0.62% -
HSV(B) 284.68º 0.62% 0.89% -
XYZ 39.15 23.62 75.9 -
YUV 134.47 180.79 169.04 -
System Red Green Blue C M Y K H S L
Decimal 192 87 228 0.16 0.62 0 0.11 284.68 0.72 0.62
Hex C0 57 E4 10 3E 0 B 11D 48 3E
Octal 300 127 344 20 76 0 13 435 110 76
Binary 11000000 1010111 11100100 10000 111110 0 1011 100011101 1001000 111110

Color Harmonies of #C057E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057E4

Black with #C057E4

Text Example


Text Example

White with #C057E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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