Html Css Color HEX #C249DA Medium Orchid

📋 copy color: '#C249DA'

red 194 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #C249DA

Tints of Medium Orchid #C249DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 40%
G = 15.05%
B = 44.95%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C249DA (or 0xC249DA) is known color: Medium Orchid. HEX triplet: C2, 49 and DA. RGB value is (194,73,218). Sum of RGB (Red+Green+Blue) = 194+73+218=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #C249DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249DA is #3DB625. Grayscale: #7D7D7D. Windows color (decimal): -4044326 or 14305730. OLE color: 14305730.

HSL color Cylindrical-coordinate representation of color #C249DA: hue angle of 290.07º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C249DA is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 73 218 -
CMYK 0.11 0.67 0 0.15
HSL 290.07º 0.66% 0.57% -
HSV(B) 290.07º 0.67% 0.85% -
XYZ 37.29 21.3 68.48 -
YUV 125.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 194 73 218 0.11 0.67 0 0.15 290.07 0.66 0.57
Hex C2 49 DA B 43 0 F 122 42 39
Octal 302 111 332 13 103 0 17 442 102 71
Binary 11000010 1001001 11011010 1011 1000011 0 1111 100100010 1000010 111001

Color Harmonies of #C249DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249DA

Black with #C249DA

Text Example


Text Example

White with #C249DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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