Html Css Color HEX #C240D1 Medium Orchid

📋 copy color: '#C240D1'

red 194 ◦ green 64 ◦ blue 209

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

Shades of Medium Orchid #C240D1

Tints of Medium Orchid #C240D1

RGB

 RED value IS 194 (76.17% from 255) = 41.54%

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

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

R = 41.54%
G = 13.7%
B = 44.75%

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

#C240D1 (or 0xC240D1) is known color: Medium Orchid. HEX triplet: C2, 40 and D1. RGB value is (194,64,209). Sum of RGB (Red+Green+Blue) = 194+64+209=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #C240D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240D1 is #3DBF2E. Grayscale: #767676. Windows color (decimal): -4046639 or 13713602. OLE color: 13713602.

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

Color convert

RGB 194 64 209 -
CMYK 0.07 0.69 0 0.18
HSL 293.79º 0.61% 0.54% -
HSV(B) 293.79º 0.69% 0.82% -
XYZ 35.59 19.74 62.26 -
YUV 119.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 194 64 209 0.07 0.69 0 0.18 293.79 0.61 0.54
Hex C2 40 D1 7 45 0 12 126 3D 36
Octal 302 100 321 7 105 0 22 446 75 66
Binary 11000010 1000000 11010001 111 1000101 0 10010 100100110 111101 110110

Color Harmonies of #C240D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240D1

Black with #C240D1

Text Example


Text Example

White with #C240D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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