Html Css Color HEX #C845DF Medium Orchid

📋 copy color: '#C845DF'

red 200 ◦ green 69 ◦ blue 223

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

Shades of Medium Orchid #C845DF

Tints of Medium Orchid #C845DF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.02%

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 40.65%
G = 14.02%
B = 45.33%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C845DF (or 0xC845DF) is known color: Medium Orchid. HEX triplet: C8, 45 and DF. RGB value is (200,69,223). Sum of RGB (Red+Green+Blue) = 200+69+223=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #C845DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845DF is #37BA20. Grayscale: #7D7D7D. Windows color (decimal): -3652129 or 14632392. OLE color: 14632392.

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

Color convert

RGB 200 69 223 -
CMYK 0.10 0.69 0 0.13
HSL 291.04º 0.71% 0.57% -
HSV(B) 291.04º 0.69% 0.87% -
XYZ 39.27 21.86 71.96 -
YUV 125.73 182.9 180.98 -
System Red Green Blue C M Y K H S L
Decimal 200 69 223 0.10 0.69 0 0.13 291.04 0.71 0.57
Hex C8 45 DF A 45 0 D 123 47 39
Octal 310 105 337 12 105 0 15 443 107 71
Binary 11001000 1000101 11011111 1010 1000101 0 1101 100100011 1000111 111001

Color Harmonies of #C845DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C845DF

Black with #C845DF

Text Example


Text Example

White with #C845DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C845DF; }

 p { color: rgb(200,69,223); }

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

background-color css

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

 a { background-color: rgb(200,69,223); }

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

border-color css

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

 span { border-color: rgb(200,69,223); }

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