Html Css Color HEX #C849FE Medium Orchid

📋 copy color: '#C849FE'

red 200 ◦ green 73 ◦ blue 254

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

Shades of Medium Orchid #C849FE

Tints of Medium Orchid #C849FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 37.95%
G = 13.85%
B = 48.2%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C849FE (or 0xC849FE) is known color: Medium Orchid. HEX triplet: C8, 49 and FE. RGB value is (200,73,254). Sum of RGB (Red+Green+Blue) = 200+73+254=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #C849FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C849FE is #37B601. Grayscale: #838383. Windows color (decimal): -3651074 or 16665032. OLE color: 16665032.

HSL color Cylindrical-coordinate representation of color #C849FE: hue angle of 282.1º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C849FE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 73 254 -
CMYK 0.21 0.71 0 0.00
HSL 282.1º 0.99% 0.64% -
HSV(B) 282.1º 0.71% 1% -
XYZ 44.09 24.2 96.11 -
YUV 131.61 197.08 176.78 -
System Red Green Blue C M Y K H S L
Decimal 200 73 254 0.21 0.71 0 0.00 282.1 0.99 0.64
Hex C8 49 FE 15 47 0 0 11A 63 40
Octal 310 111 376 25 107 0 0 432 143 100
Binary 11001000 1001001 11111110 10101 1000111 0 0 100011010 1100011 1000000

Color Harmonies of #C849FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849FE

Black with #C849FE

Text Example


Text Example

White with #C849FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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