Html Css Color HEX #D071D7 Orchid

📋 copy color: '#D071D7'

red 208 ◦ green 113 ◦ blue 215

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

Shades of Orchid #D071D7

Tints of Orchid #D071D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.11%

R = 38.81%
G = 21.08%
B = 40.11%

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

#D071D7 (or 0xD071D7) is known color: Orchid. HEX triplet: D0, 71 and D7. RGB value is (208,113,215). Sum of RGB (Red+Green+Blue) = 208+113+215=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #D071D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071D7 is #2F8E28. Grayscale: #989898. Windows color (decimal): -3116585 or 14119376. OLE color: 14119376.

HSL color Cylindrical-coordinate representation of color #D071D7: hue angle of 295.88º degrees, saturation: 0.56, 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 #D071D7 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 113 215 -
CMYK 0.03 0.47 0 0.16
HSL 295.88º 0.56% 0.64% -
HSV(B) 295.88º 0.47% 0.84% -
XYZ 44.18 30.13 67.78 -
YUV 153.03 162.97 167.21 -
System Red Green Blue C M Y K H S L
Decimal 208 113 215 0.03 0.47 0 0.16 295.88 0.56 0.64
Hex D0 71 D7 3 2F 0 10 128 38 40
Octal 320 161 327 3 57 0 20 450 70 100
Binary 11010000 1110001 11010111 11 101111 0 10000 100101000 111000 1000000

Color Harmonies of #D071D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071D7

Black with #D071D7

Text Example


Text Example

White with #D071D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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