Html Css Color HEX #D886CC Orchid

📋 copy color: '#D886CC'

red 216 ◦ green 134 ◦ blue 204

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

Shades of Orchid #D886CC

Tints of Orchid #D886CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 38.99%
G = 24.19%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D886CC (or 0xD886CC) is known color: Orchid. HEX triplet: D8, 86 and CC. RGB value is (216,134,204). Sum of RGB (Red+Green+Blue) = 216+134+204=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D886CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886CC is #277933. Grayscale: #A6A6A6. Windows color (decimal): -2586932 or 13403864. OLE color: 13403864.

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

Color convert

RGB 216 134 204 -
CMYK 0 0.38 0.06 0.15
HSL 308.78º 0.51% 0.69% -
HSV(B) 308.78º 0.38% 0.85% -
XYZ 47.74 36.01 61.56 -
YUV 166.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 216 134 204 0 0.38 0.06 0.15 308.78 0.51 0.69
Hex D8 86 CC 0 26 6 F 135 33 45
Octal 330 206 314 0 46 6 17 465 63 105
Binary 11011000 10000110 11001100 0 100110 110 1111 100110101 110011 1000101

Color Harmonies of #D886CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D886CC

Black with #D886CC

Text Example


Text Example

White with #D886CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D886CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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