Html Css Color HEX #C057D0 Medium Orchid

📋 copy color: '#C057D0'

red 192 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #C057D0

Tints of Medium Orchid #C057D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.71%

R = 39.43%
G = 17.86%
B = 42.71%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C057D0 (or 0xC057D0) is known color: Medium Orchid. HEX triplet: C0, 57 and D0. RGB value is (192,87,208). Sum of RGB (Red+Green+Blue) = 192+87+208=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #C057D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057D0 is #3FA82F. Grayscale: #838383. Windows color (decimal): -4171824 or 13653952. OLE color: 13653952.

HSL color Cylindrical-coordinate representation of color #C057D0: hue angle of 292.07º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C057D0 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 87 208 -
CMYK 0.08 0.58 0 0.18
HSL 292.07º 0.56% 0.58% -
HSV(B) 292.07º 0.58% 0.82% -
XYZ 36.53 22.58 62.11 -
YUV 132.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 192 87 208 0.08 0.58 0 0.18 292.07 0.56 0.58
Hex C0 57 D0 8 3A 0 12 124 38 3A
Octal 300 127 320 10 72 0 22 444 70 72
Binary 11000000 1010111 11010000 1000 111010 0 10010 100100100 111000 111010

Color Harmonies of #C057D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057D0

Black with #C057D0

Text Example


Text Example

White with #C057D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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