Html Css Color HEX #D187CC Orchid

📋 copy color: '#D187CC'

red 209 ◦ green 135 ◦ blue 204

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

Shades of Orchid #D187CC

Tints of Orchid #D187CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 38.14%
G = 24.64%
B = 37.23%

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

#D187CC (or 0xD187CC) is known color: Orchid. HEX triplet: D1, 87 and CC. RGB value is (209,135,204). Sum of RGB (Red+Green+Blue) = 209+135+204=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D187CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187CC is #2E7833. Grayscale: #A4A4A4. Windows color (decimal): -3045428 or 13404113. OLE color: 13404113.

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

Color convert

RGB 209 135 204 -
CMYK 0 0.35 0.02 0.18
HSL 304.05º 0.45% 0.67% -
HSV(B) 304.05º 0.35% 0.82% -
XYZ 45.86 35.24 61.51 -
YUV 164.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 209 135 204 0 0.35 0.02 0.18 304.05 0.45 0.67
Hex D1 87 CC 0 23 2 12 130 2D 43
Octal 321 207 314 0 43 2 22 460 55 103
Binary 11010001 10000111 11001100 0 100011 10 10010 100110000 101101 1000011

Color Harmonies of #D187CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D187CC

Black with #D187CC

Text Example


Text Example

White with #D187CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D187CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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