Html Css Color HEX #D087DC Orchid

📋 copy color: '#D087DC'

red 208 ◦ green 135 ◦ blue 220

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

Shades of Orchid #D087DC

Tints of Orchid #D087DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 36.94%
G = 23.98%
B = 39.08%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D087DC (or 0xD087DC) is known color: Orchid. HEX triplet: D0, 87 and DC. RGB value is (208,135,220). Sum of RGB (Red+Green+Blue) = 208+135+220=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #D087DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087DC is #2F7823. Grayscale: #A6A6A6. Windows color (decimal): -3110948 or 14452688. OLE color: 14452688.

HSL color Cylindrical-coordinate representation of color #D087DC: hue angle of 291.53º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D087DC is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 135 220 -
CMYK 0.05 0.39 0 0.14
HSL 291.53º 0.55% 0.7% -
HSV(B) 291.53º 0.39% 0.86% -
XYZ 47.59 35.91 72.13 -
YUV 166.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 208 135 220 0.05 0.39 0 0.14 291.53 0.55 0.7
Hex D0 87 DC 5 27 0 E 124 37 46
Octal 320 207 334 5 47 0 16 444 67 106
Binary 11010000 10000111 11011100 101 100111 0 1110 100100100 110111 1000110

Color Harmonies of #D087DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087DC

Black with #D087DC

Text Example


Text Example

White with #D087DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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