Html Css Color HEX #D188D2 Orchid

📋 copy color: '#D188D2'

red 209 ◦ green 136 ◦ blue 210

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

Shades of Orchid #D188D2

Tints of Orchid #D188D2

RGB

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

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

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

R = 37.66%
G = 24.5%
B = 37.84%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D188D2 (or 0xD188D2) is known color: Orchid. HEX triplet: D1, 88 and D2. RGB value is (209,136,210). Sum of RGB (Red+Green+Blue) = 209+136+210=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #D188D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188D2 is #2E772D. Grayscale: #A6A6A6. Windows color (decimal): -3045166 or 13797585. OLE color: 13797585.

HSL color Cylindrical-coordinate representation of color #D188D2: hue angle of 299.19º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D188D2 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 136 210 -
CMYK 0.00 0.35 0 0.18
HSL 299.19º 0.45% 0.68% -
HSV(B) 299.19º 0.35% 0.82% -
XYZ 46.73 35.82 65.42 -
YUV 166.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 209 136 210 0.00 0.35 0 0.18 299.19 0.45 0.68
Hex D1 88 D2 0 23 0 12 12B 2D 44
Octal 321 210 322 0 43 0 22 453 55 104
Binary 11010001 10001000 11010010 0 100011 0 10010 100101011 101101 1000100

Color Harmonies of #D188D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D188D2

Black with #D188D2

Text Example


Text Example

White with #D188D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D188D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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