Html Css Color HEX #C249EA Medium Orchid

📋 copy color: '#C249EA'

red 194 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #C249EA

Tints of Medium Orchid #C249EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 38.72%
G = 14.57%
B = 46.71%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C249EA (or 0xC249EA) is known color: Medium Orchid. HEX triplet: C2, 49 and EA. RGB value is (194,73,234). Sum of RGB (Red+Green+Blue) = 194+73+234=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #C249EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C249EA is #3DB615. Grayscale: #7F7F7F. Windows color (decimal): -4044310 or 15354306. OLE color: 15354306.

HSL color Cylindrical-coordinate representation of color #C249EA: hue angle of 285.09º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C249EA is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 73 234 -
CMYK 0.17 0.69 0 0.08
HSL 285.09º 0.79% 0.6% -
HSV(B) 285.09º 0.69% 0.92% -
XYZ 39.48 22.17 80.04 -
YUV 127.53 188.09 175.41 -
System Red Green Blue C M Y K H S L
Decimal 194 73 234 0.17 0.69 0 0.08 285.09 0.79 0.6
Hex C2 49 EA 11 45 0 8 11D 4F 3C
Octal 302 111 352 21 105 0 10 435 117 74
Binary 11000010 1001001 11101010 10001 1000101 0 1000 100011101 1001111 111100

Color Harmonies of #C249EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249EA

Black with #C249EA

Text Example


Text Example

White with #C249EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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