Html Css Color HEX #C84DDD Medium Orchid

📋 copy color: '#C84DDD'

red 200 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #C84DDD

Tints of Medium Orchid #C84DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.46%

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

R = 40.16%
G = 15.46%
B = 44.38%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C84DDD (or 0xC84DDD) is known color: Medium Orchid. HEX triplet: C8, 4D and DD. RGB value is (200,77,221). Sum of RGB (Red+Green+Blue) = 200+77+221=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #C84DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DDD is #37B222. Grayscale: #818181. Windows color (decimal): -3650083 or 14503368. OLE color: 14503368.

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

Color convert

RGB 200 77 221 -
CMYK 0.10 0.65 0 0.13
HSL 291.25º 0.68% 0.58% -
HSV(B) 291.25º 0.65% 0.87% -
XYZ 39.52 22.81 70.73 -
YUV 130.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 200 77 221 0.10 0.65 0 0.13 291.25 0.68 0.58
Hex C8 4D DD A 41 0 D 123 44 3A
Octal 310 115 335 12 101 0 15 443 104 72
Binary 11001000 1001101 11011101 1010 1000001 0 1101 100100011 1000100 111010

Color Harmonies of #C84DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DDD

Black with #C84DDD

Text Example


Text Example

White with #C84DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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