Html Css Color HEX #C854DD Medium Orchid

📋 copy color: '#C854DD'

red 200 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #C854DD

Tints of Medium Orchid #C854DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.63%

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

R = 39.6%
G = 16.63%
B = 43.76%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C854DD (or 0xC854DD) is known color: Medium Orchid. HEX triplet: C8, 54 and DD. RGB value is (200,84,221). Sum of RGB (Red+Green+Blue) = 200+84+221=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #C854DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854DD is #37AB22. Grayscale: #858585. Windows color (decimal): -3648291 or 14505160. OLE color: 14505160.

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

Color convert

RGB 200 84 221 -
CMYK 0.10 0.62 0 0.13
HSL 290.8º 0.67% 0.6% -
HSV(B) 290.8º 0.62% 0.87% -
XYZ 40.04 23.84 70.9 -
YUV 134.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 200 84 221 0.10 0.62 0 0.13 290.8 0.67 0.6
Hex C8 54 DD A 3E 0 D 123 43 3C
Octal 310 124 335 12 76 0 15 443 103 74
Binary 11001000 1010100 11011101 1010 111110 0 1101 100100011 1000011 111100

Color Harmonies of #C854DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854DD

Black with #C854DD

Text Example


Text Example

White with #C854DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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