Html Css Color HEX #D671E1 Orchid

📋 copy color: '#D671E1'

red 214 ◦ green 113 ◦ blue 225

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

Shades of Orchid #D671E1

Tints of Orchid #D671E1

RGB

 RED value IS 214 (83.98% from 255) = 38.77%

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

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

R = 38.77%
G = 20.47%
B = 40.76%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D671E1 (or 0xD671E1) is known color: Orchid. HEX triplet: D6, 71 and E1. RGB value is (214,113,225). Sum of RGB (Red+Green+Blue) = 214+113+225=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #D671E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671E1 is #298E1E. Grayscale: #9B9B9B. Windows color (decimal): -2723359 or 14774742. OLE color: 14774742.

HSL color Cylindrical-coordinate representation of color #D671E1: hue angle of 294.11º 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 #D671E1 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 113 225 -
CMYK 0.05 0.50 0 0.12
HSL 294.11º 0.65% 0.66% -
HSV(B) 294.11º 0.5% 0.88% -
XYZ 47.23 31.54 74.83 -
YUV 155.97 166.96 169.39 -
System Red Green Blue C M Y K H S L
Decimal 214 113 225 0.05 0.50 0 0.12 294.11 0.65 0.66
Hex D6 71 E1 5 32 0 C 126 41 42
Octal 326 161 341 5 62 0 14 446 101 102
Binary 11010110 1110001 11100001 101 110010 0 1100 100100110 1000001 1000010

Color Harmonies of #D671E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671E1

Black with #D671E1

Text Example


Text Example

White with #D671E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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