Html Css Color HEX #C057EE Medium Orchid

📋 copy color: '#C057EE'

red 192 ◦ green 87 ◦ blue 238

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

Shades of Medium Orchid #C057EE

Tints of Medium Orchid #C057EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 37.14%
G = 16.83%
B = 46.03%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C057EE (or 0xC057EE) is known color: Medium Orchid. HEX triplet: C0, 57 and EE. RGB value is (192,87,238). Sum of RGB (Red+Green+Blue) = 192+87+238=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #C057EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C057EE is #3FA811. Grayscale: #878787. Windows color (decimal): -4171794 or 15620032. OLE color: 15620032.

HSL color Cylindrical-coordinate representation of color #C057EE: hue angle of 281.72º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C057EE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 87 238 -
CMYK 0.19 0.63 0 0.07
HSL 281.72º 0.82% 0.64% -
HSV(B) 281.72º 0.63% 0.93% -
XYZ 40.58 24.2 83.42 -
YUV 135.61 185.79 168.22 -
System Red Green Blue C M Y K H S L
Decimal 192 87 238 0.19 0.63 0 0.07 281.72 0.82 0.64
Hex C0 57 EE 13 3F 0 7 11A 52 40
Octal 300 127 356 23 77 0 7 432 122 100
Binary 11000000 1010111 11101110 10011 111111 0 111 100011010 1010010 1000000

Color Harmonies of #C057EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057EE

Black with #C057EE

Text Example


Text Example

White with #C057EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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