Html Css Color HEX #D087CE Orchid

📋 copy color: '#D087CE'

red 208 ◦ green 135 ◦ blue 206

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

Shades of Orchid #D087CE

Tints of Orchid #D087CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 37.89%
G = 24.59%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D087CE (or 0xD087CE) is known color: Orchid. HEX triplet: D0, 87 and CE. RGB value is (208,135,206). Sum of RGB (Red+Green+Blue) = 208+135+206=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D087CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087CE is #2F7831. Grayscale: #A4A4A4. Windows color (decimal): -3110962 or 13535184. OLE color: 13535184.

HSL color Cylindrical-coordinate representation of color #D087CE: hue angle of 301.64º degrees, saturation: 0.44, 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 #D087CE is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 206 -
CMYK 0 0.35 0.01 0.18
HSL 301.64º 0.44% 0.67% -
HSV(B) 301.64º 0.35% 0.82% -
XYZ 45.82 35.19 62.77 -
YUV 164.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 208 135 206 0 0.35 0.01 0.18 301.64 0.44 0.67
Hex D0 87 CE 0 23 1 12 12E 2C 43
Octal 320 207 316 0 43 1 22 456 54 103
Binary 11010000 10000111 11001110 0 100011 1 10010 100101110 101100 1000011

Color Harmonies of #D087CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087CE

Black with #D087CE

Text Example


Text Example

White with #D087CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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