Html Css Color HEX #D885DC Orchid

📋 copy color: '#D885DC'

red 216 ◦ green 133 ◦ blue 220

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

Shades of Orchid #D885DC

Tints of Orchid #D885DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 37.96%
G = 23.37%
B = 38.66%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D885DC (or 0xD885DC) is known color: Orchid. HEX triplet: D8, 85 and DC. RGB value is (216,133,220). Sum of RGB (Red+Green+Blue) = 216+133+220=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #D885DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885DC is #277A23. Grayscale: #A7A7A7. Windows color (decimal): -2587172 or 14452184. OLE color: 14452184.

HSL color Cylindrical-coordinate representation of color #D885DC: hue angle of 297.24º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D885DC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 133 220 -
CMYK 0.02 0.40 0 0.14
HSL 297.24º 0.55% 0.69% -
HSV(B) 297.24º 0.4% 0.86% -
XYZ 49.62 36.54 72.15 -
YUV 167.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 216 133 220 0.02 0.40 0 0.14 297.24 0.55 0.69
Hex D8 85 DC 2 28 0 E 129 37 45
Octal 330 205 334 2 50 0 16 451 67 105
Binary 11011000 10000101 11011100 10 101000 0 1110 100101001 110111 1000101

Color Harmonies of #D885DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D885DC

Black with #D885DC

Text Example


Text Example

White with #D885DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D885DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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