Html Css Color HEX #D280BF Orchid

📋 copy color: '#D280BF'

red 210 ◦ green 128 ◦ blue 191

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

Shades of Orchid #D280BF

Tints of Orchid #D280BF

RGB

 RED value IS 210 (82.42% from 255) = 39.7%

 GREEN value IS 128 (50.39% from 255) = 24.2%

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

R = 39.7%
G = 24.2%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D280BF (or 0xD280BF) is known color: Orchid. HEX triplet: D2, 80 and BF. RGB value is (210,128,191). Sum of RGB (Red+Green+Blue) = 210+128+191=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D280BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280BF is #2D7F40. Grayscale: #9F9F9F. Windows color (decimal): -2981697 or 12550354. OLE color: 12550354.

HSL color Cylindrical-coordinate representation of color #D280BF: hue angle of 313.9º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D280BF is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 128 191 -
CMYK 0 0.39 0.09 0.18
HSL 313.9º 0.48% 0.66% -
HSV(B) 313.9º 0.39% 0.82% -
XYZ 43.7 32.9 53.34 -
YUV 159.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 210 128 191 0 0.39 0.09 0.18 313.9 0.48 0.66
Hex D2 80 BF 0 27 9 12 13A 30 42
Octal 322 200 277 0 47 11 22 472 60 102
Binary 11010010 10000000 10111111 0 100111 1001 10010 100111010 110000 1000010

Color Harmonies of #D280BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280BF

Black with #D280BF

Text Example


Text Example

White with #D280BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280BF; }

 p { color: rgb(210,128,191); }

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

background-color css

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

 a { background-color: rgb(210,128,191); }

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

border-color css

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

 span { border-color: rgb(210,128,191); }

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