Html Css Color HEX #D787DD Orchid

📋 copy color: '#D787DD'

red 215 ◦ green 135 ◦ blue 221

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

Shades of Orchid #D787DD

Tints of Orchid #D787DD

RGB

 RED value IS 215 (84.38% from 255) = 37.65%

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

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 37.65%
G = 23.64%
B = 38.7%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D787DD (or 0xD787DD) is known color: Orchid. HEX triplet: D7, 87 and DD. RGB value is (215,135,221). Sum of RGB (Red+Green+Blue) = 215+135+221=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D787DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787DD is #287822. Grayscale: #A8A8A8. Windows color (decimal): -2652195 or 14518231. OLE color: 14518231.

HSL color Cylindrical-coordinate representation of color #D787DD: hue angle of 295.81º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D787DD is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 135 221 -
CMYK 0.03 0.39 0 0.13
HSL 295.81º 0.56% 0.7% -
HSV(B) 295.81º 0.39% 0.87% -
XYZ 49.74 37 72.93 -
YUV 168.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 215 135 221 0.03 0.39 0 0.13 295.81 0.56 0.7
Hex D7 87 DD 3 27 0 D 128 38 46
Octal 327 207 335 3 47 0 15 450 70 106
Binary 11010111 10000111 11011101 11 100111 0 1101 100101000 111000 1000110

Color Harmonies of #D787DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D787DD

Black with #D787DD

Text Example


Text Example

White with #D787DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D787DD; }

 p { color: rgb(215,135,221); }

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

background-color css

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

 a { background-color: rgb(215,135,221); }

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

border-color css

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

 span { border-color: rgb(215,135,221); }

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