Html Css Color HEX #C657D0 Medium Orchid

📋 copy color: '#C657D0'

red 198 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #C657D0

Tints of Medium Orchid #C657D0

RGB

 RED value IS 198 (77.73% from 255) = 40.16%

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

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

R = 40.16%
G = 17.65%
B = 42.19%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C657D0 (or 0xC657D0) is known color: Medium Orchid. HEX triplet: C6, 57 and D0. RGB value is (198,87,208). Sum of RGB (Red+Green+Blue) = 198+87+208=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #C657D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C657D0 is #39A82F. Grayscale: #858585. Windows color (decimal): -3778608 or 13653958. OLE color: 13653958.

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

Color convert

RGB 198 87 208 -
CMYK 0.05 0.58 0 0.18
HSL 295.04º 0.56% 0.58% -
HSV(B) 295.04º 0.58% 0.82% -
XYZ 38.08 23.38 62.18 -
YUV 133.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 198 87 208 0.05 0.58 0 0.18 295.04 0.56 0.58
Hex C6 57 D0 5 3A 0 12 127 38 3A
Octal 306 127 320 5 72 0 22 447 70 72
Binary 11000110 1010111 11010000 101 111010 0 10010 100100111 111000 111010

Color Harmonies of #C657D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C657D0

Black with #C657D0

Text Example


Text Example

White with #C657D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C657D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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