Html Css Color HEX #D681BF Orchid

📋 copy color: '#D681BF'

red 214 ◦ green 129 ◦ blue 191

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

Shades of Orchid #D681BF

Tints of Orchid #D681BF

RGB

 RED value IS 214 (83.98% from 255) = 40.07%

 GREEN value IS 129 (50.78% from 255) = 24.16%

 BLUE value IS 191 (75% from 255) = 35.77%

R = 40.07%
G = 24.16%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D681BF (or 0xD681BF) is known color: Orchid. HEX triplet: D6, 81 and BF. RGB value is (214,129,191). Sum of RGB (Red+Green+Blue) = 214+129+191=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D681BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681BF is #297E40. Grayscale: #A1A1A1. Windows color (decimal): -2719297 or 12550614. OLE color: 12550614.

HSL color Cylindrical-coordinate representation of color #D681BF: hue angle of 316.24º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D681BF is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 191 -
CMYK 0 0.40 0.11 0.16
HSL 316.24º 0.51% 0.67% -
HSV(B) 316.24º 0.4% 0.84% -
XYZ 44.99 33.76 53.44 -
YUV 161.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 214 129 191 0 0.40 0.11 0.16 316.24 0.51 0.67
Hex D6 81 BF 0 28 B 10 13C 33 43
Octal 326 201 277 0 50 13 20 474 63 103
Binary 11010110 10000001 10111111 0 101000 1011 10000 100111100 110011 1000011

Color Harmonies of #D681BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681BF

Black with #D681BF

Text Example


Text Example

White with #D681BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681BF; }

 p { color: rgb(214,129,191); }

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

background-color css

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

 a { background-color: rgb(214,129,191); }

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

border-color css

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

 span { border-color: rgb(214,129,191); }

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