Html Css Color HEX #D885D1 Orchid

📋 copy color: '#D885D1'

red 216 ◦ green 133 ◦ blue 209

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

Shades of Orchid #D885D1

Tints of Orchid #D885D1

RGB

 RED value IS 216 (84.77% from 255) = 38.71%

 GREEN value IS 133 (52.34% from 255) = 23.84%

 BLUE value IS 209 (82.03% from 255) = 37.46%

R = 38.71%
G = 23.84%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D885D1 (or 0xD885D1) is known color: Orchid. HEX triplet: D8, 85 and D1. RGB value is (216,133,209). Sum of RGB (Red+Green+Blue) = 216+133+209=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D885D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885D1 is #277A2E. Grayscale: #A6A6A6. Windows color (decimal): -2587183 or 13731288. OLE color: 13731288.

HSL color Cylindrical-coordinate representation of color #D885D1: hue angle of 305.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D885D1 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 133 209 -
CMYK 0 0.38 0.03 0.15
HSL 305.06º 0.52% 0.68% -
HSV(B) 305.06º 0.38% 0.85% -
XYZ 48.22 35.98 64.72 -
YUV 166.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 216 133 209 0 0.38 0.03 0.15 305.06 0.52 0.68
Hex D8 85 D1 0 26 3 F 131 34 44
Octal 330 205 321 0 46 3 17 461 64 104
Binary 11011000 10000101 11010001 0 100110 11 1111 100110001 110100 1000100

Color Harmonies of #D885D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D885D1

Black with #D885D1

Text Example


Text Example

White with #D885D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D885D1; }

 p { color: rgb(216,133,209); }

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

background-color css

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

 a { background-color: rgb(216,133,209); }

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

border-color css

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

 span { border-color: rgb(216,133,209); }

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