Html Css Color HEX #D886CF Orchid

📋 copy color: '#D886CF'

red 216 ◦ green 134 ◦ blue 207

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

Shades of Orchid #D886CF

Tints of Orchid #D886CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 38.78%
G = 24.06%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D886CF (or 0xD886CF) is known color: Orchid. HEX triplet: D8, 86 and CF. RGB value is (216,134,207). Sum of RGB (Red+Green+Blue) = 216+134+207=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D886CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886CF is #277930. Grayscale: #A6A6A6. Windows color (decimal): -2586929 or 13600472. OLE color: 13600472.

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

Color convert

RGB 216 134 207 -
CMYK 0 0.38 0.04 0.15
HSL 306.59º 0.51% 0.69% -
HSV(B) 306.59º 0.38% 0.85% -
XYZ 48.11 36.15 63.47 -
YUV 166.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 216 134 207 0 0.38 0.04 0.15 306.59 0.51 0.69
Hex D8 86 CF 0 26 4 F 133 33 45
Octal 330 206 317 0 46 4 17 463 63 105
Binary 11011000 10000110 11001111 0 100110 100 1111 100110011 110011 1000101

Color Harmonies of #D886CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D886CF

Black with #D886CF

Text Example


Text Example

White with #D886CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D886CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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