Html Css Color HEX #D287D0 Orchid

📋 copy color: '#D287D0'

red 210 ◦ green 135 ◦ blue 208

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

Shades of Orchid #D287D0

Tints of Orchid #D287D0

RGB

 RED value IS 210 (82.42% from 255) = 37.97%

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

 BLUE value IS 208 (81.64% from 255) = 37.61%

R = 37.97%
G = 24.41%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D287D0 (or 0xD287D0) is known color: Orchid. HEX triplet: D2, 87 and D0. RGB value is (210,135,208). Sum of RGB (Red+Green+Blue) = 210+135+208=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D287D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287D0 is #2D782F. Grayscale: #A5A5A5. Windows color (decimal): -2979888 or 13666258. OLE color: 13666258.

HSL color Cylindrical-coordinate representation of color #D287D0: hue angle of 301.6º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D287D0 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 135 208 -
CMYK 0 0.36 0.01 0.18
HSL 301.6º 0.45% 0.68% -
HSV(B) 301.6º 0.36% 0.82% -
XYZ 46.63 35.58 64.09 -
YUV 165.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 210 135 208 0 0.36 0.01 0.18 301.6 0.45 0.68
Hex D2 87 D0 0 24 1 12 12E 2D 44
Octal 322 207 320 0 44 1 22 456 55 104
Binary 11010010 10000111 11010000 0 100100 1 10010 100101110 101101 1000100

Color Harmonies of #D287D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D287D0

Black with #D287D0

Text Example


Text Example

White with #D287D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D287D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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