Html Css Color HEX #D986CF Orchid

📋 copy color: '#D986CF'

red 217 ◦ green 134 ◦ blue 207

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

Shades of Orchid #D986CF

Tints of Orchid #D986CF

RGB

 RED value IS 217 (85.16% from 255) = 38.89%

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

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

R = 38.89%
G = 24.01%
B = 37.1%

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

#D986CF (or 0xD986CF) is known color: Orchid. HEX triplet: D9, 86 and CF. RGB value is (217,134,207). Sum of RGB (Red+Green+Blue) = 217+134+207=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D986CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986CF is #267930. Grayscale: #A6A6A6. Windows color (decimal): -2521393 or 13600473. OLE color: 13600473.

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

Color convert

RGB 217 134 207 -
CMYK 0 0.38 0.05 0.15
HSL 307.23º 0.52% 0.69% -
HSV(B) 307.23º 0.38% 0.85% -
XYZ 48.4 36.31 63.49 -
YUV 167.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 217 134 207 0 0.38 0.05 0.15 307.23 0.52 0.69
Hex D9 86 CF 0 26 5 F 133 34 45
Octal 331 206 317 0 46 5 17 463 64 105
Binary 11011001 10000110 11001111 0 100110 101 1111 100110011 110100 1000101

Color Harmonies of #D986CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D986CF

Black with #D986CF

Text Example


Text Example

White with #D986CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D986CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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