Html Css Color HEX #D071DF Orchid

📋 copy color: '#D071DF'

red 208 ◦ green 113 ◦ blue 223

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

Shades of Orchid #D071DF

Tints of Orchid #D071DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 38.24%
G = 20.77%
B = 40.99%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D071DF (or 0xD071DF) is known color: Orchid. HEX triplet: D0, 71 and DF. RGB value is (208,113,223). Sum of RGB (Red+Green+Blue) = 208+113+223=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #D071DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071DF is #2F8E20. Grayscale: #999999. Windows color (decimal): -3116577 or 14643664. OLE color: 14643664.

HSL color Cylindrical-coordinate representation of color #D071DF: hue angle of 291.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D071DF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 113 223 -
CMYK 0.07 0.49 0 0.13
HSL 291.82º 0.63% 0.66% -
HSV(B) 291.82º 0.49% 0.87% -
XYZ 45.24 30.55 73.32 -
YUV 153.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 208 113 223 0.07 0.49 0 0.13 291.82 0.63 0.66
Hex D0 71 DF 7 31 0 D 124 3F 42
Octal 320 161 337 7 61 0 15 444 77 102
Binary 11010000 1110001 11011111 111 110001 0 1101 100100100 111111 1000010

Color Harmonies of #D071DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071DF

Black with #D071DF

Text Example


Text Example

White with #D071DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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