Html Css Color HEX #D885D7 Orchid

📋 copy color: '#D885D7'

red 216 ◦ green 133 ◦ blue 215

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

Shades of Orchid #D885D7

Tints of Orchid #D885D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.12%

R = 38.3%
G = 23.58%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D885D7 (or 0xD885D7) is known color: Orchid. HEX triplet: D8, 85 and D7. RGB value is (216,133,215). Sum of RGB (Red+Green+Blue) = 216+133+215=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D885D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885D7 is #277A28. Grayscale: #A6A6A6. Windows color (decimal): -2587177 or 14124504. OLE color: 14124504.

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

Color convert

RGB 216 133 215 -
CMYK 0 0.38 0.00 0.15
HSL 300.72º 0.52% 0.68% -
HSV(B) 300.72º 0.38% 0.85% -
XYZ 48.97 36.28 68.71 -
YUV 167.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 216 133 215 0 0.38 0.00 0.15 300.72 0.52 0.68
Hex D8 85 D7 0 26 0 F 12D 34 44
Octal 330 205 327 0 46 0 17 455 64 104
Binary 11011000 10000101 11010111 0 100110 0 1111 100101101 110100 1000100

Color Harmonies of #D885D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D885D7

Black with #D885D7

Text Example


Text Example

White with #D885D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D885D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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