Html Css Color HEX #C846FF Medium Orchid

📋 copy color: '#C846FF'

red 200 ◦ green 70 ◦ blue 255

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

Shades of Medium Orchid #C846FF

Tints of Medium Orchid #C846FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 38.1%
G = 13.33%
B = 48.57%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C846FF (or 0xC846FF) is known color: Medium Orchid. HEX triplet: C8, 46 and FF. RGB value is (200,70,255). Sum of RGB (Red+Green+Blue) = 200+70+255=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 70 (27.73% from 255 or 13.33% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #C846FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C846FF is #37B900. Grayscale: #818181. Windows color (decimal): -3651841 or 16729800. OLE color: 16729800.

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

Color convert

RGB 200 70 255 -
CMYK 0.22 0.73 0 0
HSL 282.16º 1% 0.64% -
HSV(B) 282.16º 0.73% 1% -
XYZ 44.06 23.88 96.89 -
YUV 129.96 198.57 177.96 -
System Red Green Blue C M Y K H S L
Decimal 200 70 255 0.22 0.73 0 0 282.16 1 0.64
Hex C8 46 FF 16 49 0 0 11A 64 40
Octal 310 106 377 26 111 0 0 432 144 100
Binary 11001000 1000110 11111111 10110 1001001 0 0 100011010 1100100 1000000

Color Harmonies of #C846FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C846FF

Black with #C846FF

Text Example


Text Example

White with #C846FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C846FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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