Html Css Color HEX #D871D2 Orchid

📋 copy color: '#D871D2'

red 216 ◦ green 113 ◦ blue 210

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

Shades of Orchid #D871D2

Tints of Orchid #D871D2

RGB

 RED value IS 216 (84.77% from 255) = 40.07%

 GREEN value IS 113 (44.53% from 255) = 20.96%

 BLUE value IS 210 (82.42% from 255) = 38.96%

R = 40.07%
G = 20.96%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D871D2 (or 0xD871D2) is known color: Orchid. HEX triplet: D8, 71 and D2. RGB value is (216,113,210). Sum of RGB (Red+Green+Blue) = 216+113+210=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D871D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871D2 is #278E2D. Grayscale: #9A9A9A. Windows color (decimal): -2592302 or 13791704. OLE color: 13791704.

HSL color Cylindrical-coordinate representation of color #D871D2: hue angle of 303.5º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D871D2 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 210 -
CMYK 0 0.48 0.03 0.15
HSL 303.5º 0.57% 0.65% -
HSV(B) 303.5º 0.48% 0.85% -
XYZ 45.86 31.06 64.55 -
YUV 154.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 216 113 210 0 0.48 0.03 0.15 303.5 0.57 0.65
Hex D8 71 D2 0 30 3 F 12F 39 41
Octal 330 161 322 0 60 3 17 457 71 101
Binary 11011000 1110001 11010010 0 110000 11 1111 100101111 111001 1000001

Color Harmonies of #D871D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871D2

Black with #D871D2

Text Example


Text Example

White with #D871D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871D2; }

 p { color: rgb(216,113,210); }

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

background-color css

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

 a { background-color: rgb(216,113,210); }

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

border-color css

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

 span { border-color: rgb(216,113,210); }

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