Html Css Color HEX #C249ED Medium Orchid

📋 copy color: '#C249ED'

red 194 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #C249ED

Tints of Medium Orchid #C249ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 38.49%
G = 14.48%
B = 47.02%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C249ED (or 0xC249ED) is known color: Medium Orchid. HEX triplet: C2, 49 and ED. RGB value is (194,73,237). Sum of RGB (Red+Green+Blue) = 194+73+237=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #C249ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C249ED is #3DB612. Grayscale: #7F7F7F. Windows color (decimal): -4044307 or 15550914. OLE color: 15550914.

HSL color Cylindrical-coordinate representation of color #C249ED: hue angle of 284.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C249ED is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 73 237 -
CMYK 0.18 0.69 0 0.07
HSL 284.27º 0.82% 0.61% -
HSV(B) 284.27º 0.69% 0.93% -
XYZ 39.92 22.35 82.33 -
YUV 127.88 189.59 175.16 -
System Red Green Blue C M Y K H S L
Decimal 194 73 237 0.18 0.69 0 0.07 284.27 0.82 0.61
Hex C2 49 ED 12 45 0 7 11C 52 3D
Octal 302 111 355 22 105 0 7 434 122 75
Binary 11000010 1001001 11101101 10010 1000101 0 111 100011100 1010010 111101

Color Harmonies of #C249ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249ED

Black with #C249ED

Text Example


Text Example

White with #C249ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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