Html Css Color HEX #C749DD Medium Orchid

📋 copy color: '#C749DD'

red 199 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #C749DD

Tints of Medium Orchid #C749DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 40.37%
G = 14.81%
B = 44.83%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C749DD (or 0xC749DD) is known color: Medium Orchid. HEX triplet: C7, 49 and DD. RGB value is (199,73,221). Sum of RGB (Red+Green+Blue) = 199+73+221=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #C749DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749DD is #38B622. Grayscale: #7F7F7F. Windows color (decimal): -3716643 or 14502343. OLE color: 14502343.

HSL color Cylindrical-coordinate representation of color #C749DD: hue angle of 291.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C749DD is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 73 221 -
CMYK 0.10 0.67 0 0.13
HSL 291.08º 0.69% 0.58% -
HSV(B) 291.08º 0.67% 0.87% -
XYZ 38.99 22.13 70.62 -
YUV 127.55 180.74 178.97 -
System Red Green Blue C M Y K H S L
Decimal 199 73 221 0.10 0.67 0 0.13 291.08 0.69 0.58
Hex C7 49 DD A 43 0 D 123 45 3A
Octal 307 111 335 12 103 0 15 443 105 72
Binary 11000111 1001001 11011101 1010 1000011 0 1101 100100011 1000101 111010

Color Harmonies of #C749DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749DD

Black with #C749DD

Text Example


Text Example

White with #C749DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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