Html Css Color HEX #D787D2 Orchid

📋 copy color: '#D787D2'

red 215 ◦ green 135 ◦ blue 210

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

Shades of Orchid #D787D2

Tints of Orchid #D787D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.5%

R = 38.39%
G = 24.11%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D787D2 (or 0xD787D2) is known color: Orchid. HEX triplet: D7, 87 and D2. RGB value is (215,135,210). Sum of RGB (Red+Green+Blue) = 215+135+210=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D787D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787D2 is #28782D. Grayscale: #A7A7A7. Windows color (decimal): -2652206 or 13797335. OLE color: 13797335.

HSL color Cylindrical-coordinate representation of color #D787D2: hue angle of 303.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D787D2 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 135 210 -
CMYK 0 0.37 0.02 0.16
HSL 303.75º 0.5% 0.69% -
HSV(B) 303.75º 0.37% 0.84% -
XYZ 48.32 36.43 65.46 -
YUV 167.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 215 135 210 0 0.37 0.02 0.16 303.75 0.5 0.69
Hex D7 87 D2 0 25 2 10 130 32 45
Octal 327 207 322 0 45 2 20 460 62 105
Binary 11010111 10000111 11010010 0 100101 10 10000 100110000 110010 1000101

Color Harmonies of #D787D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D787D2

Black with #D787D2

Text Example


Text Example

White with #D787D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D787D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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