Html Css Color HEX #C849FC Medium Orchid

📋 copy color: '#C849FC'

red 200 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #C849FC

Tints of Medium Orchid #C849FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 38.1%
G = 13.9%
B = 48%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C849FC (or 0xC849FC) is known color: Medium Orchid. HEX triplet: C8, 49 and FC. RGB value is (200,73,252). Sum of RGB (Red+Green+Blue) = 200+73+252=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #C849FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C849FC is #37B603. Grayscale: #828282. Windows color (decimal): -3651076 or 16533960. OLE color: 16533960.

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

Color convert

RGB 200 73 252 -
CMYK 0.21 0.71 0 0.01
HSL 282.57º 0.97% 0.64% -
HSV(B) 282.57º 0.71% 0.99% -
XYZ 43.77 24.07 94.43 -
YUV 131.38 196.08 176.95 -
System Red Green Blue C M Y K H S L
Decimal 200 73 252 0.21 0.71 0 0.01 282.57 0.97 0.64
Hex C8 49 FC 15 47 0 1 11B 61 40
Octal 310 111 374 25 107 0 1 433 141 100
Binary 11001000 1001001 11111100 10101 1000111 0 1 100011011 1100001 1000000

Color Harmonies of #C849FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849FC

Black with #C849FC

Text Example


Text Example

White with #C849FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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