Html Css Color HEX #C641DC Medium Orchid

📋 copy color: '#C641DC'

red 198 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #C641DC

Tints of Medium Orchid #C641DC

RGB

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

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

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

R = 40.99%
G = 13.46%
B = 45.55%

CMYK

 C value IS 0.1

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C641DC (or 0xC641DC) is known color: Medium Orchid. HEX triplet: C6, 41 and DC. RGB value is (198,65,220). Sum of RGB (Red+Green+Blue) = 198+65+220=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #C641DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641DC is #39BE23. Grayscale: #797979. Windows color (decimal): -3784228 or 14434758. OLE color: 14434758.

HSL color Cylindrical-coordinate representation of color #C641DC: hue angle of 291.48º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C641DC is Cyan = 0.1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 65 220 -
CMYK 0.1 0.70 0 0.14
HSL 291.48º 0.69% 0.56% -
HSV(B) 291.48º 0.7% 0.86% -
XYZ 38.1 20.95 69.75 -
YUV 122.44 183.06 181.9 -
System Red Green Blue C M Y K H S L
Decimal 198 65 220 0.1 0.70 0 0.14 291.48 0.69 0.56
Hex C6 41 DC A 46 0 E 123 45 38
Octal 306 101 334 12 106 0 16 443 105 70
Binary 11000110 1000001 11011100 1010 1000110 0 1110 100100011 1000101 111000

Color Harmonies of #C641DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641DC

Black with #C641DC

Text Example


Text Example

White with #C641DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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