Html Css Color HEX #C744DD Medium Orchid

📋 copy color: '#C744DD'

red 199 ◦ green 68 ◦ blue 221

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

Shades of Medium Orchid #C744DD

Tints of Medium Orchid #C744DD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.93%

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

R = 40.78%
G = 13.93%
B = 45.29%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C744DD (or 0xC744DD) is known color: Medium Orchid. HEX triplet: C7, 44 and DD. RGB value is (199,68,221). Sum of RGB (Red+Green+Blue) = 199+68+221=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #C744DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744DD is #38BB22. Grayscale: #7C7C7C. Windows color (decimal): -3717923 or 14501063. OLE color: 14501063.

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

Color convert

RGB 199 68 221 -
CMYK 0.10 0.69 0 0.13
HSL 291.37º 0.69% 0.57% -
HSV(B) 291.37º 0.69% 0.87% -
XYZ 38.67 21.5 70.52 -
YUV 124.61 182.4 181.06 -
System Red Green Blue C M Y K H S L
Decimal 199 68 221 0.10 0.69 0 0.13 291.37 0.69 0.57
Hex C7 44 DD A 45 0 D 123 45 39
Octal 307 104 335 12 105 0 15 443 105 71
Binary 11000111 1000100 11011101 1010 1000101 0 1101 100100011 1000101 111001

Color Harmonies of #C744DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C744DD

Black with #C744DD

Text Example


Text Example

White with #C744DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C744DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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