Html Css Color HEX #C249DD Medium Orchid

📋 copy color: '#C249DD'

red 194 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #C249DD

Tints of Medium Orchid #C249DD

RGB

 RED value IS 194 (76.17% from 255) = 39.75%

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

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

R = 39.75%
G = 14.96%
B = 45.29%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C249DD (or 0xC249DD) is known color: Medium Orchid. HEX triplet: C2, 49 and DD. RGB value is (194,73,221). Sum of RGB (Red+Green+Blue) = 194+73+221=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 73 (28.91% from 255 or 14.96% 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 #C249DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249DD is #3DB622. Grayscale: #7D7D7D. Windows color (decimal): -4044323 or 14502338. OLE color: 14502338.

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

Color convert

RGB 194 73 221 -
CMYK 0.12 0.67 0 0.13
HSL 289.05º 0.69% 0.58% -
HSV(B) 289.05º 0.67% 0.87% -
XYZ 37.68 21.45 70.56 -
YUV 126.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 194 73 221 0.12 0.67 0 0.13 289.05 0.69 0.58
Hex C2 49 DD C 43 0 D 121 45 3A
Octal 302 111 335 14 103 0 15 441 105 72
Binary 11000010 1001001 11011101 1100 1000011 0 1101 100100001 1000101 111010

Color Harmonies of #C249DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249DD

Black with #C249DD

Text Example


Text Example

White with #C249DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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