Html Css Color HEX #C057CE Medium Orchid

📋 copy color: '#C057CE'

red 192 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #C057CE

Tints of Medium Orchid #C057CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 39.59%
G = 17.94%
B = 42.47%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C057CE (or 0xC057CE) is known color: Medium Orchid. HEX triplet: C0, 57 and CE. RGB value is (192,87,206). Sum of RGB (Red+Green+Blue) = 192+87+206=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #C057CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057CE is #3FA831. Grayscale: #838383. Windows color (decimal): -4171826 or 13522880. OLE color: 13522880.

HSL color Cylindrical-coordinate representation of color #C057CE: hue angle of 292.94º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C057CE is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 87 206 -
CMYK 0.07 0.58 0 0.19
HSL 292.94º 0.55% 0.57% -
HSV(B) 292.94º 0.58% 0.81% -
XYZ 36.29 22.48 60.82 -
YUV 131.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 192 87 206 0.07 0.58 0 0.19 292.94 0.55 0.57
Hex C0 57 CE 7 3A 0 13 125 37 39
Octal 300 127 316 7 72 0 23 445 67 71
Binary 11000000 1010111 11001110 111 111010 0 10011 100100101 110111 111001

Color Harmonies of #C057CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057CE

Black with #C057CE

Text Example


Text Example

White with #C057CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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