Html Css Color HEX #D087CF Orchid

📋 copy color: '#D087CF'

red 208 ◦ green 135 ◦ blue 207

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

Shades of Orchid #D087CF

Tints of Orchid #D087CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.64%

R = 37.82%
G = 24.55%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D087CF (or 0xD087CF) is known color: Orchid. HEX triplet: D0, 87 and CF. RGB value is (208,135,207). Sum of RGB (Red+Green+Blue) = 208+135+207=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D087CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087CF is #2F7830. Grayscale: #A4A4A4. Windows color (decimal): -3110961 or 13600720. OLE color: 13600720.

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

Color convert

RGB 208 135 207 -
CMYK 0 0.35 0.00 0.18
HSL 300.82º 0.44% 0.67% -
HSV(B) 300.82º 0.35% 0.82% -
XYZ 45.94 35.24 63.41 -
YUV 165.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 208 135 207 0 0.35 0.00 0.18 300.82 0.44 0.67
Hex D0 87 CF 0 23 0 12 12D 2C 43
Octal 320 207 317 0 43 0 22 455 54 103
Binary 11010000 10000111 11001111 0 100011 0 10010 100101101 101100 1000011

Color Harmonies of #D087CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087CF

Black with #D087CF

Text Example


Text Example

White with #D087CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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