Html Css Color HEX #C057DC Medium Orchid

📋 copy color: '#C057DC'

red 192 ◦ green 87 ◦ blue 220

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

Shades of Medium Orchid #C057DC

Tints of Medium Orchid #C057DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 38.48%
G = 17.43%
B = 44.09%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C057DC (or 0xC057DC) is known color: Medium Orchid. HEX triplet: C0, 57 and DC. RGB value is (192,87,220). Sum of RGB (Red+Green+Blue) = 192+87+220=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #C057DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057DC is #3FA823. Grayscale: #858585. Windows color (decimal): -4171812 or 14440384. OLE color: 14440384.

HSL color Cylindrical-coordinate representation of color #C057DC: hue angle of 287.37º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C057DC is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 87 220 -
CMYK 0.13 0.60 0 0.14
HSL 287.37º 0.66% 0.6% -
HSV(B) 287.37º 0.6% 0.86% -
XYZ 38.06 23.19 70.18 -
YUV 133.56 176.79 169.69 -
System Red Green Blue C M Y K H S L
Decimal 192 87 220 0.13 0.60 0 0.14 287.37 0.66 0.6
Hex C0 57 DC D 3C 0 E 11F 42 3C
Octal 300 127 334 15 74 0 16 437 102 74
Binary 11000000 1010111 11011100 1101 111100 0 1110 100011111 1000010 111100

Color Harmonies of #C057DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057DC

Black with #C057DC

Text Example


Text Example

White with #C057DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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