Html Css Color HEX #D188D7 Orchid

📋 copy color: '#D188D7'

red 209 ◦ green 136 ◦ blue 215

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

Shades of Orchid #D188D7

Tints of Orchid #D188D7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.29%

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

R = 37.32%
G = 24.29%
B = 38.39%

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

#D188D7 (or 0xD188D7) is known color: Orchid. HEX triplet: D1, 88 and D7. RGB value is (209,136,215). Sum of RGB (Red+Green+Blue) = 209+136+215=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #D188D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188D7 is #2E7728. Grayscale: #A6A6A6. Windows color (decimal): -3045161 or 14125265. OLE color: 14125265.

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

Color convert

RGB 209 136 215 -
CMYK 0.03 0.37 0 0.16
HSL 295.44º 0.5% 0.69% -
HSV(B) 295.44º 0.37% 0.84% -
XYZ 47.36 36.07 68.76 -
YUV 166.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 209 136 215 0.03 0.37 0 0.16 295.44 0.5 0.69
Hex D1 88 D7 3 25 0 10 127 32 45
Octal 321 210 327 3 45 0 20 447 62 105
Binary 11010001 10001000 11010111 11 100101 0 10000 100100111 110010 1000101

Color Harmonies of #D188D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D188D7

Black with #D188D7

Text Example


Text Example

White with #D188D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D188D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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