Html Css Color HEX #D087CD Orchid

📋 copy color: '#D087CD'

red 208 ◦ green 135 ◦ blue 205

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

Shades of Orchid #D087CD

Tints of Orchid #D087CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 37.96%
G = 24.64%
B = 37.41%

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

#D087CD (or 0xD087CD) is known color: Orchid. HEX triplet: D0, 87 and CD. RGB value is (208,135,205). Sum of RGB (Red+Green+Blue) = 208+135+205=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D087CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087CD is #2F7832. Grayscale: #A4A4A4. Windows color (decimal): -3110963 or 13469648. OLE color: 13469648.

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

Color convert

RGB 208 135 205 -
CMYK 0 0.35 0.01 0.18
HSL 302.47º 0.44% 0.67% -
HSV(B) 302.47º 0.35% 0.82% -
XYZ 45.7 35.15 62.13 -
YUV 164.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 208 135 205 0 0.35 0.01 0.18 302.47 0.44 0.67
Hex D0 87 CD 0 23 1 12 12E 2C 43
Octal 320 207 315 0 43 1 22 456 54 103
Binary 11010000 10000111 11001101 0 100011 1 10010 100101110 101100 1000011

Color Harmonies of #D087CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087CD

Black with #D087CD

Text Example


Text Example

White with #D087CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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