Html Css Color HEX #C640D1 Medium Orchid

📋 copy color: '#C640D1'

red 198 ◦ green 64 ◦ blue 209

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

Shades of Medium Orchid #C640D1

Tints of Medium Orchid #C640D1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.59%

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

R = 42.04%
G = 13.59%
B = 44.37%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C640D1 (or 0xC640D1) is known color: Medium Orchid. HEX triplet: C6, 40 and D1. RGB value is (198,64,209). Sum of RGB (Red+Green+Blue) = 198+64+209=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #C640D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640D1 is #39BF2E. Grayscale: #787878. Windows color (decimal): -3784495 or 13713606. OLE color: 13713606.

HSL color Cylindrical-coordinate representation of color #C640D1: hue angle of 295.45º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C640D1 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 64 209 -
CMYK 0.05 0.69 0 0.18
HSL 295.45º 0.61% 0.54% -
HSV(B) 295.45º 0.69% 0.82% -
XYZ 36.63 20.28 62.3 -
YUV 120.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 198 64 209 0.05 0.69 0 0.18 295.45 0.61 0.54
Hex C6 40 D1 5 45 0 12 127 3D 36
Octal 306 100 321 5 105 0 22 447 75 66
Binary 11000110 1000000 11010001 101 1000101 0 10010 100100111 111101 110110

Color Harmonies of #C640D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640D1

Black with #C640D1

Text Example


Text Example

White with #C640D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640D1; }

 p { color: rgb(198,64,209); }

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

background-color css

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

 a { background-color: rgb(198,64,209); }

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

border-color css

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

 span { border-color: rgb(198,64,209); }

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