Html Css Color HEX #C848DD Medium Orchid

📋 copy color: '#C848DD'

red 200 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #C848DD

Tints of Medium Orchid #C848DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.6%

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

R = 40.57%
G = 14.6%
B = 44.83%

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

#C848DD (or 0xC848DD) is known color: Medium Orchid. HEX triplet: C8, 48 and DD. RGB value is (200,72,221). Sum of RGB (Red+Green+Blue) = 200+72+221=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #C848DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848DD is #37B722. Grayscale: #7E7E7E. Windows color (decimal): -3651363 or 14502088. OLE color: 14502088.

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

Color convert

RGB 200 72 221 -
CMYK 0.10 0.67 0 0.13
HSL 291.54º 0.69% 0.57% -
HSV(B) 291.54º 0.67% 0.87% -
XYZ 39.19 22.13 70.61 -
YUV 127.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 200 72 221 0.10 0.67 0 0.13 291.54 0.69 0.57
Hex C8 48 DD A 43 0 D 124 45 39
Octal 310 110 335 12 103 0 15 444 105 71
Binary 11001000 1001000 11011101 1010 1000011 0 1101 100100100 1000101 111001

Color Harmonies of #C848DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848DD

Black with #C848DD

Text Example


Text Example

White with #C848DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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