Html Css Color HEX #C740DF Medium Orchid

📋 copy color: '#C740DF'

red 199 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #C740DF

Tints of Medium Orchid #C740DF

RGB

 RED value IS 199 (78.13% from 255) = 40.95%

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

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

R = 40.95%
G = 13.17%
B = 45.88%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C740DF (or 0xC740DF) is known color: Medium Orchid. HEX triplet: C7, 40 and DF. RGB value is (199,64,223). Sum of RGB (Red+Green+Blue) = 199+64+223=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #C740DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740DF is #38BF20. Grayscale: #797979. Windows color (decimal): -3718945 or 14631111. OLE color: 14631111.

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

Color convert

RGB 199 64 223 -
CMYK 0.11 0.71 0 0.13
HSL 290.94º 0.71% 0.56% -
HSV(B) 290.94º 0.71% 0.87% -
XYZ 38.71 21.14 71.85 -
YUV 122.49 184.73 182.57 -
System Red Green Blue C M Y K H S L
Decimal 199 64 223 0.11 0.71 0 0.13 290.94 0.71 0.56
Hex C7 40 DF B 47 0 D 123 47 38
Octal 307 100 337 13 107 0 15 443 107 70
Binary 11000111 1000000 11011111 1011 1000111 0 1101 100100011 1000111 111000

Color Harmonies of #C740DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740DF

Black with #C740DF

Text Example


Text Example

White with #C740DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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