Html Css Color HEX #C641D1 Medium Orchid

📋 copy color: '#C641D1'

red 198 ◦ green 65 ◦ blue 209

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

Shades of Medium Orchid #C641D1

Tints of Medium Orchid #C641D1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.77%

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

R = 41.95%
G = 13.77%
B = 44.28%

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

#C641D1 (or 0xC641D1) is known color: Medium Orchid. HEX triplet: C6, 41 and D1. RGB value is (198,65,209). Sum of RGB (Red+Green+Blue) = 198+65+209=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #C641D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641D1 is #39BE2E. Grayscale: #787878. Windows color (decimal): -3784239 or 13713862. OLE color: 13713862.

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

Color convert

RGB 198 65 209 -
CMYK 0.05 0.69 0 0.18
HSL 295.42º 0.61% 0.54% -
HSV(B) 295.42º 0.69% 0.82% -
XYZ 36.69 20.39 62.32 -
YUV 121.18 177.56 182.79 -
System Red Green Blue C M Y K H S L
Decimal 198 65 209 0.05 0.69 0 0.18 295.42 0.61 0.54
Hex C6 41 D1 5 45 0 12 127 3D 36
Octal 306 101 321 5 105 0 22 447 75 66
Binary 11000110 1000001 11010001 101 1000101 0 10010 100100111 111101 110110

Color Harmonies of #C641D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641D1

Black with #C641D1

Text Example


Text Example

White with #C641D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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