Html Css Color HEX #D187CD Orchid

📋 copy color: '#D187CD'

red 209 ◦ green 135 ◦ blue 205

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

Shades of Orchid #D187CD

Tints of Orchid #D187CD

RGB

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

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

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

R = 38.07%
G = 24.59%
B = 37.34%

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

#D187CD (or 0xD187CD) is known color: Orchid. HEX triplet: D1, 87 and CD. RGB value is (209,135,205). Sum of RGB (Red+Green+Blue) = 209+135+205=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D187CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187CD is #2E7832. Grayscale: #A4A4A4. Windows color (decimal): -3045427 or 13469649. OLE color: 13469649.

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

Color convert

RGB 209 135 205 -
CMYK 0 0.35 0.02 0.18
HSL 303.24º 0.45% 0.67% -
HSV(B) 303.24º 0.35% 0.82% -
XYZ 45.98 35.29 62.15 -
YUV 165.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 209 135 205 0 0.35 0.02 0.18 303.24 0.45 0.67
Hex D1 87 CD 0 23 2 12 12F 2D 43
Octal 321 207 315 0 43 2 22 457 55 103
Binary 11010001 10000111 11001101 0 100011 10 10010 100101111 101101 1000011

Color Harmonies of #D187CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D187CD

Black with #D187CD

Text Example


Text Example

White with #D187CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D187CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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