Html Css Color HEX #D986CB Orchid

📋 copy color: '#D986CB'

red 217 ◦ green 134 ◦ blue 203

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

Shades of Orchid #D986CB

Tints of Orchid #D986CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 39.17%
G = 24.19%
B = 36.64%

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

#D986CB (or 0xD986CB) is known color: Orchid. HEX triplet: D9, 86 and CB. RGB value is (217,134,203). Sum of RGB (Red+Green+Blue) = 217+134+203=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D986CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986CB is #267934. Grayscale: #A6A6A6. Windows color (decimal): -2521397 or 13338329. OLE color: 13338329.

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

Color convert

RGB 217 134 203 -
CMYK 0 0.38 0.06 0.15
HSL 310.12º 0.52% 0.69% -
HSV(B) 310.12º 0.38% 0.85% -
XYZ 47.92 36.11 60.94 -
YUV 166.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 217 134 203 0 0.38 0.06 0.15 310.12 0.52 0.69
Hex D9 86 CB 0 26 6 F 136 34 45
Octal 331 206 313 0 46 6 17 466 64 105
Binary 11011001 10000110 11001011 0 100110 110 1111 100110110 110100 1000101

Color Harmonies of #D986CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D986CB

Black with #D986CB

Text Example


Text Example

White with #D986CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D986CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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