Html Css Color HEX #C846FA Medium Orchid

📋 copy color: '#C846FA'

red 200 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #C846FA

Tints of Medium Orchid #C846FA

RGB

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

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

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

R = 38.46%
G = 13.46%
B = 48.08%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C846FA (or 0xC846FA) is known color: Medium Orchid. HEX triplet: C8, 46 and FA. RGB value is (200,70,250). Sum of RGB (Red+Green+Blue) = 200+70+250=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 70 (27.73% from 255 or 13.46% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #C846FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C846FA is #37B905. Grayscale: #808080. Windows color (decimal): -3651846 or 16402120. OLE color: 16402120.

HSL color Cylindrical-coordinate representation of color #C846FA: hue angle of 283.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C846FA is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 70 250 -
CMYK 0.2 0.72 0 0.02
HSL 283.33º 0.95% 0.63% -
HSV(B) 283.33º 0.72% 0.98% -
XYZ 43.26 23.56 92.71 -
YUV 129.39 196.07 178.36 -
System Red Green Blue C M Y K H S L
Decimal 200 70 250 0.2 0.72 0 0.02 283.33 0.95 0.63
Hex C8 46 FA 14 48 0 2 11B 5F 3F
Octal 310 106 372 24 110 0 2 433 137 77
Binary 11001000 1000110 11111010 10100 1001000 0 10 100011011 1011111 111111

Color Harmonies of #C846FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C846FA

Black with #C846FA

Text Example


Text Example

White with #C846FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C846FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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