Html Css Color HEX #C849FA Medium Orchid

📋 copy color: '#C849FA'

red 200 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #C849FA

Tints of Medium Orchid #C849FA

RGB

 RED value IS 200 (78.52% from 255) = 38.24%

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

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

R = 38.24%
G = 13.96%
B = 47.8%

CMYK

 C value IS 0.2

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C849FA (or 0xC849FA) is known color: Medium Orchid. HEX triplet: C8, 49 and FA. RGB value is (200,73,250). Sum of RGB (Red+Green+Blue) = 200+73+250=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #C849FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C849FA is #37B605. Grayscale: #828282. Windows color (decimal): -3651078 or 16402888. OLE color: 16402888.

HSL color Cylindrical-coordinate representation of color #C849FA: hue angle of 283.05º 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 #C849FA is Cyan = 0.2, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 73 250 -
CMYK 0.2 0.71 0 0.02
HSL 283.05º 0.95% 0.63% -
HSV(B) 283.05º 0.71% 0.98% -
XYZ 43.46 23.95 92.77 -
YUV 131.15 195.08 177.11 -
System Red Green Blue C M Y K H S L
Decimal 200 73 250 0.2 0.71 0 0.02 283.05 0.95 0.63
Hex C8 49 FA 14 47 0 2 11B 5F 3F
Octal 310 111 372 24 107 0 2 433 137 77
Binary 11001000 1001001 11111010 10100 1000111 0 10 100011011 1011111 111111

Color Harmonies of #C849FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849FA

Black with #C849FA

Text Example


Text Example

White with #C849FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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