Html Css Color HEX #C851D5 Medium Orchid

📋 copy color: '#C851D5'

red 200 ◦ green 81 ◦ blue 213

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

Shades of Medium Orchid #C851D5

Tints of Medium Orchid #C851D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.12%

R = 40.49%
G = 16.4%
B = 43.12%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C851D5 (or 0xC851D5) is known color: Medium Orchid. HEX triplet: C8, 51 and D5. RGB value is (200,81,213). Sum of RGB (Red+Green+Blue) = 200+81+213=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #C851D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851D5 is #37AE2A. Grayscale: #838383. Windows color (decimal): -3649067 or 13980104. OLE color: 13980104.

HSL color Cylindrical-coordinate representation of color #C851D5: hue angle of 294.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C851D5 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 81 213 -
CMYK 0.06 0.62 0 0.16
HSL 294.09º 0.61% 0.58% -
HSV(B) 294.09º 0.62% 0.84% -
XYZ 38.77 22.97 65.34 -
YUV 131.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 200 81 213 0.06 0.62 0 0.16 294.09 0.61 0.58
Hex C8 51 D5 6 3E 0 10 126 3D 3A
Octal 310 121 325 6 76 0 20 446 75 72
Binary 11001000 1010001 11010101 110 111110 0 10000 100100110 111101 111010

Color Harmonies of #C851D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C851D5

Black with #C851D5

Text Example


Text Example

White with #C851D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C851D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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