Html Css Color HEX #D187D7 Orchid

📋 copy color: '#D187D7'

red 209 ◦ green 135 ◦ blue 215

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

Shades of Orchid #D187D7

Tints of Orchid #D187D7

RGB

 RED value IS 209 (82.03% from 255) = 37.39%

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

 BLUE value IS 215 (84.38% from 255) = 38.46%

R = 37.39%
G = 24.15%
B = 38.46%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D187D7 (or 0xD187D7) is known color: Orchid. HEX triplet: D1, 87 and D7. RGB value is (209,135,215). Sum of RGB (Red+Green+Blue) = 209+135+215=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #D187D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187D7 is #2E7828. Grayscale: #A6A6A6. Windows color (decimal): -3045417 or 14125009. OLE color: 14125009.

HSL color Cylindrical-coordinate representation of color #D187D7: hue angle of 295.5º 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 #D187D7 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 135 215 -
CMYK 0.03 0.37 0 0.16
HSL 295.5º 0.5% 0.69% -
HSV(B) 295.5º 0.37% 0.84% -
XYZ 47.22 35.79 68.71 -
YUV 166.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 209 135 215 0.03 0.37 0 0.16 295.5 0.5 0.69
Hex D1 87 D7 3 25 0 10 128 32 45
Octal 321 207 327 3 45 0 20 450 62 105
Binary 11010001 10000111 11010111 11 100101 0 10000 100101000 110010 1000101

Color Harmonies of #D187D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D187D7

Black with #D187D7

Text Example


Text Example

White with #D187D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D187D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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