Html Css Color HEX #D380BF Orchid

📋 copy color: '#D380BF'

red 211 ◦ green 128 ◦ blue 191

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

Shades of Orchid #D380BF

Tints of Orchid #D380BF

RGB

 RED value IS 211 (82.81% from 255) = 39.81%

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

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

R = 39.81%
G = 24.15%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D380BF (or 0xD380BF) is known color: Orchid. HEX triplet: D3, 80 and BF. RGB value is (211,128,191). Sum of RGB (Red+Green+Blue) = 211+128+191=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D380BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380BF is #2C7F40. Grayscale: #9F9F9F. Windows color (decimal): -2916161 or 12550355. OLE color: 12550355.

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

Color convert

RGB 211 128 191 -
CMYK 0 0.39 0.09 0.17
HSL 314.46º 0.49% 0.66% -
HSV(B) 314.46º 0.39% 0.83% -
XYZ 43.99 33.05 53.35 -
YUV 160 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 211 128 191 0 0.39 0.09 0.17 314.46 0.49 0.66
Hex D3 80 BF 0 27 9 11 13A 31 42
Octal 323 200 277 0 47 11 21 472 61 102
Binary 11010011 10000000 10111111 0 100111 1001 10001 100111010 110001 1000010

Color Harmonies of #D380BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380BF

Black with #D380BF

Text Example


Text Example

White with #D380BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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