Html Css Color HEX #D886CE Orchid

📋 copy color: '#D886CE'

red 216 ◦ green 134 ◦ blue 206

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

Shades of Orchid #D886CE

Tints of Orchid #D886CE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.1%

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 38.85%
G = 24.1%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D886CE (or 0xD886CE) is known color: Orchid. HEX triplet: D8, 86 and CE. RGB value is (216,134,206). Sum of RGB (Red+Green+Blue) = 216+134+206=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D886CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886CE is #277931. Grayscale: #A6A6A6. Windows color (decimal): -2586930 or 13534936. OLE color: 13534936.

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

Color convert

RGB 216 134 206 -
CMYK 0 0.38 0.05 0.15
HSL 307.32º 0.51% 0.69% -
HSV(B) 307.32º 0.38% 0.85% -
XYZ 47.98 36.11 62.83 -
YUV 166.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 216 134 206 0 0.38 0.05 0.15 307.32 0.51 0.69
Hex D8 86 CE 0 26 5 F 133 33 45
Octal 330 206 316 0 46 5 17 463 63 105
Binary 11011000 10000110 11001110 0 100110 101 1111 100110011 110011 1000101

Color Harmonies of #D886CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D886CE

Black with #D886CE

Text Example


Text Example

White with #D886CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D886CE; }

 p { color: rgb(216,134,206); }

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

background-color css

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

 a { background-color: rgb(216,134,206); }

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

border-color css

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

 span { border-color: rgb(216,134,206); }

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