Html Css Color HEX #C249CE Medium Orchid

📋 copy color: '#C249CE'

red 194 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #C249CE

Tints of Medium Orchid #C249CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 41.01%
G = 15.43%
B = 43.55%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C249CE (or 0xC249CE) is known color: Medium Orchid. HEX triplet: C2, 49 and CE. RGB value is (194,73,206). Sum of RGB (Red+Green+Blue) = 194+73+206=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #C249CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249CE is #3DB631. Grayscale: #7B7B7B. Windows color (decimal): -4044338 or 13519298. OLE color: 13519298.

HSL color Cylindrical-coordinate representation of color #C249CE: hue angle of 294.59º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C249CE is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 73 206 -
CMYK 0.06 0.65 0 0.19
HSL 294.59º 0.58% 0.55% -
HSV(B) 294.59º 0.65% 0.81% -
XYZ 35.77 20.69 60.5 -
YUV 124.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 194 73 206 0.06 0.65 0 0.19 294.59 0.58 0.55
Hex C2 49 CE 6 41 0 13 127 3A 37
Octal 302 111 316 6 101 0 23 447 72 67
Binary 11000010 1001001 11001110 110 1000001 0 10011 100100111 111010 110111

Color Harmonies of #C249CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249CE

Black with #C249CE

Text Example


Text Example

White with #C249CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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