Html Css Color HEX #D071D6 Orchid

📋 copy color: '#D071D6'

red 208 ◦ green 113 ◦ blue 214

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

Shades of Orchid #D071D6

Tints of Orchid #D071D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40%

R = 38.88%
G = 21.12%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D071D6 (or 0xD071D6) is known color: Orchid. HEX triplet: D0, 71 and D6. RGB value is (208,113,214). Sum of RGB (Red+Green+Blue) = 208+113+214=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #D071D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071D6 is #2F8E29. Grayscale: #989898. Windows color (decimal): -3116586 or 14053840. OLE color: 14053840.

HSL color Cylindrical-coordinate representation of color #D071D6: hue angle of 296.44º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D071D6 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 113 214 -
CMYK 0.03 0.47 0 0.16
HSL 296.44º 0.55% 0.64% -
HSV(B) 296.44º 0.47% 0.84% -
XYZ 44.06 30.08 67.1 -
YUV 152.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 208 113 214 0.03 0.47 0 0.16 296.44 0.55 0.64
Hex D0 71 D6 3 2F 0 10 128 37 40
Octal 320 161 326 3 57 0 20 450 67 100
Binary 11010000 1110001 11010110 11 101111 0 10000 100101000 110111 1000000

Color Harmonies of #D071D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071D6

Black with #D071D6

Text Example


Text Example

White with #D071D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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