Html Css Color HEX #C851DD Medium Orchid

📋 copy color: '#C851DD'

red 200 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #C851DD

Tints of Medium Orchid #C851DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.14%

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

R = 39.84%
G = 16.14%
B = 44.02%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C851DD (or 0xC851DD) is known color: Medium Orchid. HEX triplet: C8, 51 and DD. RGB value is (200,81,221). Sum of RGB (Red+Green+Blue) = 200+81+221=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #C851DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851DD is #37AE22. Grayscale: #848484. Windows color (decimal): -3649059 or 14504392. OLE color: 14504392.

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

Color convert

RGB 200 81 221 -
CMYK 0.10 0.63 0 0.13
HSL 291º 0.67% 0.59% -
HSV(B) 291º 0.63% 0.87% -
XYZ 39.81 23.38 70.82 -
YUV 132.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 200 81 221 0.10 0.63 0 0.13 291 0.67 0.59
Hex C8 51 DD A 3F 0 D 123 43 3B
Octal 310 121 335 12 77 0 15 443 103 73
Binary 11001000 1010001 11011101 1010 111111 0 1101 100100011 1000011 111011

Color Harmonies of #C851DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C851DD

Black with #C851DD

Text Example


Text Example

White with #C851DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C851DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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