Html Css Color HEX #C140DF Medium Orchid

📋 copy color: '#C140DF'

red 193 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #C140DF

Tints of Medium Orchid #C140DF

RGB

 RED value IS 193 (75.78% from 255) = 40.21%

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 40.21%
G = 13.33%
B = 46.46%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C140DF (or 0xC140DF) is known color: Medium Orchid. HEX triplet: C1, 40 and DF. RGB value is (193,64,223). Sum of RGB (Red+Green+Blue) = 193+64+223=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #C140DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140DF is #3EBF20. Grayscale: #787878. Windows color (decimal): -4112161 or 14631105. OLE color: 14631105.

HSL color Cylindrical-coordinate representation of color #C140DF: hue angle of 288.68º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C140DF is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 64 223 -
CMYK 0.13 0.71 0 0.13
HSL 288.68º 0.71% 0.56% -
HSV(B) 288.68º 0.71% 0.87% -
XYZ 37.15 20.33 71.78 -
YUV 120.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 193 64 223 0.13 0.71 0 0.13 288.68 0.71 0.56
Hex C1 40 DF D 47 0 D 121 47 38
Octal 301 100 337 15 107 0 15 441 107 70
Binary 11000001 1000000 11011111 1101 1000111 0 1101 100100001 1000111 111000

Color Harmonies of #C140DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140DF

Black with #C140DF

Text Example


Text Example

White with #C140DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140DF; }

 p { color: rgb(193,64,223); }

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

background-color css

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

 a { background-color: rgb(193,64,223); }

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

border-color css

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

 span { border-color: rgb(193,64,223); }

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