Html Css Color HEX #C249FA Medium Orchid

📋 copy color: '#C249FA'

red 194 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #C249FA

Tints of Medium Orchid #C249FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 37.52%
G = 14.12%
B = 48.36%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C249FA (or 0xC249FA) is known color: Medium Orchid. HEX triplet: C2, 49 and FA. RGB value is (194,73,250). Sum of RGB (Red+Green+Blue) = 194+73+250=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #C249FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C249FA is #3DB605. Grayscale: #808080. Windows color (decimal): -4044294 or 16402882. OLE color: 16402882.

HSL color Cylindrical-coordinate representation of color #C249FA: hue angle of 281.02º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C249FA is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 73 250 -
CMYK 0.22 0.71 0 0.02
HSL 281.02º 0.95% 0.63% -
HSV(B) 281.02º 0.71% 0.98% -
XYZ 41.89 23.14 92.7 -
YUV 129.36 196.09 174.11 -
System Red Green Blue C M Y K H S L
Decimal 194 73 250 0.22 0.71 0 0.02 281.02 0.95 0.63
Hex C2 49 FA 16 47 0 2 119 5F 3F
Octal 302 111 372 26 107 0 2 431 137 77
Binary 11000010 1001001 11111010 10110 1000111 0 10 100011001 1011111 111111

Color Harmonies of #C249FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249FA

Black with #C249FA

Text Example


Text Example

White with #C249FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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