Html Css Color HEX #C140D0 Medium Orchid

📋 copy color: '#C140D0'

red 193 ◦ green 64 ◦ blue 208

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

Shades of Medium Orchid #C140D0

Tints of Medium Orchid #C140D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 41.51%
G = 13.76%
B = 44.73%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C140D0 (or 0xC140D0) is known color: Medium Orchid. HEX triplet: C1, 40 and D0. RGB value is (193,64,208). Sum of RGB (Red+Green+Blue) = 193+64+208=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #C140D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140D0 is #3EBF2F. Grayscale: #767676. Windows color (decimal): -4112176 or 13648065. OLE color: 13648065.

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

Color convert

RGB 193 64 208 -
CMYK 0.07 0.69 0 0.18
HSL 293.75º 0.61% 0.53% -
HSV(B) 293.75º 0.69% 0.82% -
XYZ 35.21 19.56 61.59 -
YUV 118.99 178.24 180.79 -
System Red Green Blue C M Y K H S L
Decimal 193 64 208 0.07 0.69 0 0.18 293.75 0.61 0.53
Hex C1 40 D0 7 45 0 12 126 3D 35
Octal 301 100 320 7 105 0 22 446 75 65
Binary 11000001 1000000 11010000 111 1000101 0 10010 100100110 111101 110101

Color Harmonies of #C140D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140D0

Black with #C140D0

Text Example


Text Example

White with #C140D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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