Html Css Color HEX #D071BF Orchid

📋 copy color: '#D071BF'

red 208 ◦ green 113 ◦ blue 191

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

Shades of Orchid #D071BF

Tints of Orchid #D071BF

RGB

 RED value IS 208 (81.64% from 255) = 40.63%

 GREEN value IS 113 (44.53% from 255) = 22.07%

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

R = 40.63%
G = 22.07%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D071BF (or 0xD071BF) is known color: Orchid. HEX triplet: D0, 71 and BF. RGB value is (208,113,191). Sum of RGB (Red+Green+Blue) = 208+113+191=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D071BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071BF is #2F8E40. Grayscale: #969696. Windows color (decimal): -3116609 or 12546512. OLE color: 12546512.

HSL color Cylindrical-coordinate representation of color #D071BF: hue angle of 310.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D071BF is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 191 -
CMYK 0 0.46 0.08 0.18
HSL 310.74º 0.5% 0.63% -
HSV(B) 310.74º 0.46% 0.82% -
XYZ 41.32 28.98 52.71 -
YUV 150.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 208 113 191 0 0.46 0.08 0.18 310.74 0.5 0.63
Hex D0 71 BF 0 2E 8 12 137 32 3F
Octal 320 161 277 0 56 10 22 467 62 77
Binary 11010000 1110001 10111111 0 101110 1000 10010 100110111 110010 111111

Color Harmonies of #D071BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071BF

Black with #D071BF

Text Example


Text Example

White with #D071BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071BF; }

 p { color: rgb(208,113,191); }

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

background-color css

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

 a { background-color: rgb(208,113,191); }

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

border-color css

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

 span { border-color: rgb(208,113,191); }

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