Html Css Color HEX #D087D1 Orchid

📋 copy color: '#D087D1'

red 208 ◦ green 135 ◦ blue 209

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

Shades of Orchid #D087D1

Tints of Orchid #D087D1

RGB

 RED value IS 208 (81.64% from 255) = 37.68%

 GREEN value IS 135 (53.13% from 255) = 24.46%

 BLUE value IS 209 (82.03% from 255) = 37.86%

R = 37.68%
G = 24.46%
B = 37.86%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D087D1 (or 0xD087D1) is known color: Orchid. HEX triplet: D0, 87 and D1. RGB value is (208,135,209). Sum of RGB (Red+Green+Blue) = 208+135+209=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #D087D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087D1 is #2F782E. Grayscale: #A5A5A5. Windows color (decimal): -3110959 or 13731792. OLE color: 13731792.

HSL color Cylindrical-coordinate representation of color #D087D1: hue angle of 299.19º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D087D1 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 209 -
CMYK 0.00 0.35 0 0.18
HSL 299.19º 0.45% 0.67% -
HSV(B) 299.19º 0.35% 0.82% -
XYZ 46.19 35.34 64.71 -
YUV 165.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 208 135 209 0.00 0.35 0 0.18 299.19 0.45 0.67
Hex D0 87 D1 0 23 0 12 12B 2D 43
Octal 320 207 321 0 43 0 22 453 55 103
Binary 11010000 10000111 11010001 0 100011 0 10010 100101011 101101 1000011

Color Harmonies of #D087D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087D1

Black with #D087D1

Text Example


Text Example

White with #D087D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087D1; }

 p { color: rgb(208,135,209); }

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

background-color css

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

 a { background-color: rgb(208,135,209); }

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

border-color css

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

 span { border-color: rgb(208,135,209); }

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