Html Css Color HEX #C749DB Medium Orchid

📋 copy color: '#C749DB'

red 199 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #C749DB

Tints of Medium Orchid #C749DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.87%

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

R = 40.53%
G = 14.87%
B = 44.6%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C749DB (or 0xC749DB) is known color: Medium Orchid. HEX triplet: C7, 49 and DB. RGB value is (199,73,219). Sum of RGB (Red+Green+Blue) = 199+73+219=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #C749DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749DB is #38B624. Grayscale: #7E7E7E. Windows color (decimal): -3716645 or 14371271. OLE color: 14371271.

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

Color convert

RGB 199 73 219 -
CMYK 0.09 0.67 0 0.14
HSL 291.78º 0.67% 0.57% -
HSV(B) 291.78º 0.67% 0.86% -
XYZ 38.72 22.02 69.23 -
YUV 127.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 199 73 219 0.09 0.67 0 0.14 291.78 0.67 0.57
Hex C7 49 DB 9 43 0 E 124 43 39
Octal 307 111 333 11 103 0 16 444 103 71
Binary 11000111 1001001 11011011 1001 1000011 0 1110 100100100 1000011 111001

Color Harmonies of #C749DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749DB

Black with #C749DB

Text Example


Text Example

White with #C749DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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