Html Css Color HEX #D087C8 Orchid

📋 copy color: '#D087C8'

red 208 ◦ green 135 ◦ blue 200

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

Shades of Orchid #D087C8

Tints of Orchid #D087C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.83%

R = 38.31%
G = 24.86%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D087C8 (or 0xD087C8) is known color: Orchid. HEX triplet: D0, 87 and C8. RGB value is (208,135,200). Sum of RGB (Red+Green+Blue) = 208+135+200=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D087C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087C8 is #2F7837. Grayscale: #A4A4A4. Windows color (decimal): -3110968 or 13141968. OLE color: 13141968.

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

Color convert

RGB 208 135 200 -
CMYK 0 0.35 0.04 0.18
HSL 306.58º 0.44% 0.67% -
HSV(B) 306.58º 0.35% 0.82% -
XYZ 45.1 34.91 59 -
YUV 164.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 208 135 200 0 0.35 0.04 0.18 306.58 0.44 0.67
Hex D0 87 C8 0 23 4 12 133 2C 43
Octal 320 207 310 0 43 4 22 463 54 103
Binary 11010000 10000111 11001000 0 100011 100 10010 100110011 101100 1000011

Color Harmonies of #D087C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087C8

Black with #D087C8

Text Example


Text Example

White with #D087C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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