Html Css Color HEX #C657DC Medium Orchid

📋 copy color: '#C657DC'

red 198 ◦ green 87 ◦ blue 220

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

Shades of Medium Orchid #C657DC

Tints of Medium Orchid #C657DC

RGB

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

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

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

R = 39.21%
G = 17.23%
B = 43.56%

CMYK

 C value IS 0.1

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C657DC (or 0xC657DC) is known color: Medium Orchid. HEX triplet: C6, 57 and DC. RGB value is (198,87,220). Sum of RGB (Red+Green+Blue) = 198+87+220=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 87 (34.38% from 255 or 17.23% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #C657DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C657DC is #39A823. Grayscale: #868686. Windows color (decimal): -3778596 or 14440390. OLE color: 14440390.

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

Color convert

RGB 198 87 220 -
CMYK 0.1 0.60 0 0.14
HSL 290.08º 0.66% 0.6% -
HSV(B) 290.08º 0.6% 0.86% -
XYZ 39.62 23.99 70.25 -
YUV 135.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 198 87 220 0.1 0.60 0 0.14 290.08 0.66 0.6
Hex C6 57 DC A 3C 0 E 122 42 3C
Octal 306 127 334 12 74 0 16 442 102 74
Binary 11000110 1010111 11011100 1010 111100 0 1110 100100010 1000010 111100

Color Harmonies of #C657DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C657DC

Black with #C657DC

Text Example


Text Example

White with #C657DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C657DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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