Html Css Color HEX #C846FC Medium Orchid

📋 copy color: '#C846FC'

red 200 ◦ green 70 ◦ blue 252

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

Shades of Medium Orchid #C846FC

Tints of Medium Orchid #C846FC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.41%

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

R = 38.31%
G = 13.41%
B = 48.28%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C846FC (or 0xC846FC) is known color: Medium Orchid. HEX triplet: C8, 46 and FC. RGB value is (200,70,252). Sum of RGB (Red+Green+Blue) = 200+70+252=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 70 (27.73% from 255 or 13.41% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #C846FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C846FC is #37B903. Grayscale: #818181. Windows color (decimal): -3651844 or 16533192. OLE color: 16533192.

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

Color convert

RGB 200 70 252 -
CMYK 0.21 0.72 0 0.01
HSL 282.86º 0.97% 0.63% -
HSV(B) 282.86º 0.72% 0.99% -
XYZ 43.58 23.69 94.37 -
YUV 129.62 197.07 178.2 -
System Red Green Blue C M Y K H S L
Decimal 200 70 252 0.21 0.72 0 0.01 282.86 0.97 0.63
Hex C8 46 FC 15 48 0 1 11B 61 3F
Octal 310 106 374 25 110 0 1 433 141 77
Binary 11001000 1000110 11111100 10101 1001000 0 1 100011011 1100001 111111

Color Harmonies of #C846FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C846FC

Black with #C846FC

Text Example


Text Example

White with #C846FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C846FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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