#D571E7

Color #D571E7 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D571E7

Tints of Orchid #D571E7

Color information

#D571E7 (or 0xD571E7) is unknown color: approx Orchid. HEX triplet: D5, 71 and E7. RGB value is (213,113,231). Sum of RGB (Red+Green+Blue) = 213+113+231=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #D571E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D571E7 is #2A8E18. Grayscale: #9B9B9B. Windows color (decimal): -2788889 or 15167957. OLE color: 15167957.

HSL color Cylindrical-coordinate representation of color #D571E7: hue angle of 290.85º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D571E7 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB213113231-
CMYK0.080.5100.09
HSL290.85º71.08%67.45%-
HSV(B)290.85º51.08%90.59%-
XYZ47.7731.7379.21-
YUV156.35170.13168.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 113 (44.53% from 255) = 20.29%
BLUE value IS 231 (90.62% from 255) = 41.47%
R=38.24%
G=20.29%
B=41.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131132310.080.5100.09290.8571.0867.45
HexD571E7833091234743
Octal3251613471063011443107103
Binary1101010111100011110011110001100110100110010001110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D571E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D571E7; }

 p { color: rgb(213,113,231); }

 H1.HeaderClassName
 {
   color: #D571E7;
 }
 .AnyTagClassName
 {
   color: #D571E7;
 }
</style>
background-color css

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

 a { background-color: rgb(213,113,231); }

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

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

 span { border-color: rgb(213,113,231); }

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