Html Css Color HEX #D886E0 Orchid

📋 copy color: '#D886E0'

red 216 ◦ green 134 ◦ blue 224

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

Shades of Orchid #D886E0

Tints of Orchid #D886E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.02%

R = 37.63%
G = 23.34%
B = 39.02%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D886E0 (or 0xD886E0) is known color: Orchid. HEX triplet: D8, 86 and E0. RGB value is (216,134,224). Sum of RGB (Red+Green+Blue) = 216+134+224=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #D886E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886E0 is #27791F. Grayscale: #A8A8A8. Windows color (decimal): -2586912 or 14714584. OLE color: 14714584.

HSL color Cylindrical-coordinate representation of color #D886E0: hue angle of 294.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D886E0 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 134 224 -
CMYK 0.04 0.40 0 0.12
HSL 294.67º 0.59% 0.7% -
HSV(B) 294.67º 0.4% 0.88% -
XYZ 50.3 37.03 75.02 -
YUV 168.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 216 134 224 0.04 0.40 0 0.12 294.67 0.59 0.7
Hex D8 86 E0 4 28 0 C 127 3B 46
Octal 330 206 340 4 50 0 14 447 73 106
Binary 11011000 10000110 11100000 100 101000 0 1100 100100111 111011 1000110

Color Harmonies of #D886E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D886E0

Black with #D886E0

Text Example


Text Example

White with #D886E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D886E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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