Html Css Color HEX #D071E1 Orchid

📋 copy color: '#D071E1'

red 208 ◦ green 113 ◦ blue 225

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

Shades of Orchid #D071E1

Tints of Orchid #D071E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.21%

R = 38.1%
G = 20.7%
B = 41.21%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D071E1 (or 0xD071E1) is known color: Orchid. HEX triplet: D0, 71 and E1. RGB value is (208,113,225). Sum of RGB (Red+Green+Blue) = 208+113+225=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #D071E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071E1 is #2F8E1E. Grayscale: #999999. Windows color (decimal): -3116575 or 14774736. OLE color: 14774736.

HSL color Cylindrical-coordinate representation of color #D071E1: hue angle of 290.89º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D071E1 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 113 225 -
CMYK 0.08 0.50 0 0.12
HSL 290.89º 0.65% 0.66% -
HSV(B) 290.89º 0.5% 0.88% -
XYZ 45.51 30.66 74.75 -
YUV 154.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 208 113 225 0.08 0.50 0 0.12 290.89 0.65 0.66
Hex D0 71 E1 8 32 0 C 123 41 42
Octal 320 161 341 10 62 0 14 443 101 102
Binary 11010000 1110001 11100001 1000 110010 0 1100 100100011 1000001 1000010

Color Harmonies of #D071E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071E1

Black with #D071E1

Text Example


Text Example

White with #D071E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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