Html Css Color HEX #D287D1 Orchid

📋 copy color: '#D287D1'

red 210 ◦ green 135 ◦ blue 209

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

Shades of Orchid #D287D1

Tints of Orchid #D287D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.73%

R = 37.91%
G = 24.37%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D287D1 (or 0xD287D1) is known color: Orchid. HEX triplet: D2, 87 and D1. RGB value is (210,135,209). Sum of RGB (Red+Green+Blue) = 210+135+209=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D287D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287D1 is #2D782E. Grayscale: #A5A5A5. Windows color (decimal): -2979887 or 13731794. OLE color: 13731794.

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

Color convert

RGB 210 135 209 -
CMYK 0 0.36 0.00 0.18
HSL 300.8º 0.45% 0.68% -
HSV(B) 300.8º 0.36% 0.82% -
XYZ 46.75 35.63 64.74 -
YUV 165.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 210 135 209 0 0.36 0.00 0.18 300.8 0.45 0.68
Hex D2 87 D1 0 24 0 12 12D 2D 44
Octal 322 207 321 0 44 0 22 455 55 104
Binary 11010010 10000111 11010001 0 100100 0 10010 100101101 101101 1000100

Color Harmonies of #D287D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D287D1

Black with #D287D1

Text Example


Text Example

White with #D287D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D287D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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