Html Css Color HEX #D188CD Orchid

📋 copy color: '#D188CD'

red 209 ◦ green 136 ◦ blue 205

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

Shades of Orchid #D188CD

Tints of Orchid #D188CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 38%
G = 24.73%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D188CD (or 0xD188CD) is known color: Orchid. HEX triplet: D1, 88 and CD. RGB value is (209,136,205). Sum of RGB (Red+Green+Blue) = 209+136+205=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D188CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188CD is #2E7732. Grayscale: #A5A5A5. Windows color (decimal): -3045171 or 13469905. OLE color: 13469905.

HSL color Cylindrical-coordinate representation of color #D188CD: hue angle of 303.29º degrees, saturation: 0.44, 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 #D188CD is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 136 205 -
CMYK 0 0.35 0.02 0.18
HSL 303.29º 0.44% 0.68% -
HSV(B) 303.29º 0.35% 0.82% -
XYZ 46.12 35.57 62.19 -
YUV 165.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 209 136 205 0 0.35 0.02 0.18 303.29 0.44 0.68
Hex D1 88 CD 0 23 2 12 12F 2C 44
Octal 321 210 315 0 43 2 22 457 54 104
Binary 11010001 10001000 11001101 0 100011 10 10010 100101111 101100 1000100

Color Harmonies of #D188CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D188CD

Black with #D188CD

Text Example


Text Example

White with #D188CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D188CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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