Html Css Color HEX #D885D0 Orchid

📋 copy color: '#D885D0'

red 216 ◦ green 133 ◦ blue 208

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

Shades of Orchid #D885D0

Tints of Orchid #D885D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 38.78%
G = 23.88%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D885D0 (or 0xD885D0) is known color: Orchid. HEX triplet: D8, 85 and D0. RGB value is (216,133,208). Sum of RGB (Red+Green+Blue) = 216+133+208=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D885D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885D0 is #277A2F. Grayscale: #A6A6A6. Windows color (decimal): -2587184 or 13665752. OLE color: 13665752.

HSL color Cylindrical-coordinate representation of color #D885D0: hue angle of 305.78º 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 #D885D0 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 133 208 -
CMYK 0 0.38 0.04 0.15
HSL 305.78º 0.52% 0.68% -
HSV(B) 305.78º 0.38% 0.85% -
XYZ 48.09 35.93 64.07 -
YUV 166.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 216 133 208 0 0.38 0.04 0.15 305.78 0.52 0.68
Hex D8 85 D0 0 26 4 F 132 34 44
Octal 330 205 320 0 46 4 17 462 64 104
Binary 11011000 10000101 11010000 0 100110 100 1111 100110010 110100 1000100

Color Harmonies of #D885D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D885D0

Black with #D885D0

Text Example


Text Example

White with #D885D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D885D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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