Html Css Color HEX #C457DC Medium Orchid

📋 copy color: '#C457DC'

red 196 ◦ green 87 ◦ blue 220

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

Shades of Medium Orchid #C457DC

Tints of Medium Orchid #C457DC

RGB

 RED value IS 196 (76.95% from 255) = 38.97%

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

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

R = 38.97%
G = 17.3%
B = 43.74%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C457DC (or 0xC457DC) is known color: Medium Orchid. HEX triplet: C4, 57 and DC. RGB value is (196,87,220). Sum of RGB (Red+Green+Blue) = 196+87+220=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #C457DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457DC is #3BA823. Grayscale: #868686. Windows color (decimal): -3909668 or 14440388. OLE color: 14440388.

HSL color Cylindrical-coordinate representation of color #C457DC: hue angle of 289.17º 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 #C457DC is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 87 220 -
CMYK 0.11 0.60 0 0.14
HSL 289.17º 0.66% 0.6% -
HSV(B) 289.17º 0.6% 0.86% -
XYZ 39.09 23.72 70.23 -
YUV 134.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 196 87 220 0.11 0.60 0 0.14 289.17 0.66 0.6
Hex C4 57 DC B 3C 0 E 121 42 3C
Octal 304 127 334 13 74 0 16 441 102 74
Binary 11000100 1010111 11011100 1011 111100 0 1110 100100001 1000010 111100

Color Harmonies of #C457DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C457DC

Black with #C457DC

Text Example


Text Example

White with #C457DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C457DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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