Html Css Color HEX #C457D1 Medium Orchid

📋 copy color: '#C457D1'

red 196 ◦ green 87 ◦ blue 209

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

Shades of Medium Orchid #C457D1

Tints of Medium Orchid #C457D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.48%

R = 39.84%
G = 17.68%
B = 42.48%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C457D1 (or 0xC457D1) is known color: Medium Orchid. HEX triplet: C4, 57 and D1. RGB value is (196,87,209). Sum of RGB (Red+Green+Blue) = 196+87+209=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #C457D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457D1 is #3BA82E. Grayscale: #858585. Windows color (decimal): -3909679 or 13719492. OLE color: 13719492.

HSL color Cylindrical-coordinate representation of color #C457D1: hue angle of 293.61º degrees, saturation: 0.57, 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 #C457D1 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 87 209 -
CMYK 0.06 0.58 0 0.18
HSL 293.61º 0.57% 0.58% -
HSV(B) 293.61º 0.58% 0.82% -
XYZ 37.68 23.16 62.81 -
YUV 133.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 196 87 209 0.06 0.58 0 0.18 293.61 0.57 0.58
Hex C4 57 D1 6 3A 0 12 126 39 3A
Octal 304 127 321 6 72 0 22 446 71 72
Binary 11000100 1010111 11010001 110 111010 0 10010 100100110 111001 111010

Color Harmonies of #C457D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C457D1

Black with #C457D1

Text Example


Text Example

White with #C457D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C457D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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