Html Css Color HEX #C849DD Medium Orchid

📋 copy color: '#C849DD'

red 200 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #C849DD

Tints of Medium Orchid #C849DD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.78%

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

R = 40.49%
G = 14.78%
B = 44.74%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C849DD (or 0xC849DD) is known color: Medium Orchid. HEX triplet: C8, 49 and DD. RGB value is (200,73,221). Sum of RGB (Red+Green+Blue) = 200+73+221=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #C849DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849DD is #37B622. Grayscale: #7F7F7F. Windows color (decimal): -3651107 or 14502344. OLE color: 14502344.

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

Color convert

RGB 200 73 221 -
CMYK 0.10 0.67 0 0.13
HSL 291.49º 0.69% 0.58% -
HSV(B) 291.49º 0.67% 0.87% -
XYZ 39.25 22.26 70.64 -
YUV 127.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 200 73 221 0.10 0.67 0 0.13 291.49 0.69 0.58
Hex C8 49 DD A 43 0 D 123 45 3A
Octal 310 111 335 12 103 0 15 443 105 72
Binary 11001000 1001001 11011101 1010 1000011 0 1101 100100011 1000101 111010

Color Harmonies of #C849DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849DD

Black with #C849DD

Text Example


Text Example

White with #C849DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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