Html Css Color HEX #C440DF Medium Orchid

📋 copy color: '#C440DF'

red 196 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #C440DF

Tints of Medium Orchid #C440DF

RGB

 RED value IS 196 (76.95% from 255) = 40.58%

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

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

R = 40.58%
G = 13.25%
B = 46.17%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C440DF (or 0xC440DF) is known color: Medium Orchid. HEX triplet: C4, 40 and DF. RGB value is (196,64,223). Sum of RGB (Red+Green+Blue) = 196+64+223=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #C440DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440DF is #3BBF20. Grayscale: #797979. Windows color (decimal): -3915553 or 14631108. OLE color: 14631108.

HSL color Cylindrical-coordinate representation of color #C440DF: hue angle of 289.81º 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 #C440DF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 64 223 -
CMYK 0.12 0.71 0 0.13
HSL 289.81º 0.71% 0.56% -
HSV(B) 289.81º 0.71% 0.87% -
XYZ 37.92 20.73 71.81 -
YUV 121.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 196 64 223 0.12 0.71 0 0.13 289.81 0.71 0.56
Hex C4 40 DF C 47 0 D 122 47 38
Octal 304 100 337 14 107 0 15 442 107 70
Binary 11000100 1000000 11011111 1100 1000111 0 1101 100100010 1000111 111000

Color Harmonies of #C440DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440DF

Black with #C440DF

Text Example


Text Example

White with #C440DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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