Html Css Color HEX #C740DB Medium Orchid

📋 copy color: '#C740DB'

red 199 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #C740DB

Tints of Medium Orchid #C740DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 41.29%
G = 13.28%
B = 45.44%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C740DB (or 0xC740DB) is known color: Medium Orchid. HEX triplet: C7, 40 and DB. RGB value is (199,64,219). Sum of RGB (Red+Green+Blue) = 199+64+219=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #C740DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740DB is #38BF24. Grayscale: #797979. Windows color (decimal): -3718949 or 14368967. OLE color: 14368967.

HSL color Cylindrical-coordinate representation of color #C740DB: hue angle of 292.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C740DB is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 64 219 -
CMYK 0.09 0.71 0 0.14
HSL 292.26º 0.68% 0.55% -
HSV(B) 292.26º 0.71% 0.86% -
XYZ 38.17 20.92 69.04 -
YUV 122.04 182.73 182.9 -
System Red Green Blue C M Y K H S L
Decimal 199 64 219 0.09 0.71 0 0.14 292.26 0.68 0.55
Hex C7 40 DB 9 47 0 E 124 44 37
Octal 307 100 333 11 107 0 16 444 104 67
Binary 11000111 1000000 11011011 1001 1000111 0 1110 100100100 1000100 110111

Color Harmonies of #C740DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740DB

Black with #C740DB

Text Example


Text Example

White with #C740DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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