Html Css Color HEX #C846DD Medium Orchid

📋 copy color: '#C846DD'

red 200 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #C846DD

Tints of Medium Orchid #C846DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 40.73%
G = 14.26%
B = 45.01%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C846DD (or 0xC846DD) is known color: Medium Orchid. HEX triplet: C8, 46 and DD. RGB value is (200,70,221). Sum of RGB (Red+Green+Blue) = 200+70+221=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #C846DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C846DD is #37B922. Grayscale: #7D7D7D. Windows color (decimal): -3651875 or 14501576. OLE color: 14501576.

HSL color Cylindrical-coordinate representation of color #C846DD: hue angle of 291.66º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C846DD is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 70 221 -
CMYK 0.10 0.68 0 0.13
HSL 291.66º 0.69% 0.57% -
HSV(B) 291.66º 0.68% 0.87% -
XYZ 39.06 21.88 70.57 -
YUV 126.08 181.57 180.72 -
System Red Green Blue C M Y K H S L
Decimal 200 70 221 0.10 0.68 0 0.13 291.66 0.69 0.57
Hex C8 46 DD A 44 0 D 124 45 39
Octal 310 106 335 12 104 0 15 444 105 71
Binary 11001000 1000110 11011101 1010 1000100 0 1101 100100100 1000101 111001

Color Harmonies of #C846DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C846DD

Black with #C846DD

Text Example


Text Example

White with #C846DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C846DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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