Html Css Color HEX #D087DA Orchid

📋 copy color: '#D087DA'

red 208 ◦ green 135 ◦ blue 218

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

Shades of Orchid #D087DA

Tints of Orchid #D087DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 37.08%
G = 24.06%
B = 38.86%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D087DA (or 0xD087DA) is known color: Orchid. HEX triplet: D0, 87 and DA. RGB value is (208,135,218). Sum of RGB (Red+Green+Blue) = 208+135+218=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #D087DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087DA is #2F7825. Grayscale: #A6A6A6. Windows color (decimal): -3110950 or 14321616. OLE color: 14321616.

HSL color Cylindrical-coordinate representation of color #D087DA: hue angle of 292.77º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D087DA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 135 218 -
CMYK 0.05 0.38 0 0.15
HSL 292.77º 0.53% 0.69% -
HSV(B) 292.77º 0.38% 0.85% -
XYZ 47.33 35.8 70.75 -
YUV 166.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 208 135 218 0.05 0.38 0 0.15 292.77 0.53 0.69
Hex D0 87 DA 5 26 0 F 125 35 45
Octal 320 207 332 5 46 0 17 445 65 105
Binary 11010000 10000111 11011010 101 100110 0 1111 100100101 110101 1000101

Color Harmonies of #D087DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087DA

Black with #D087DA

Text Example


Text Example

White with #D087DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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