#D571CC

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

Shades of Orchid #D571CC

Tints of Orchid #D571CC

Color information

#D571CC (or 0xD571CC) is unknown color: approx Orchid. HEX triplet: D5, 71 and CC. RGB value is (213,113,204). Sum of RGB (Red+Green+Blue) = 213+113+204=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D571CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571CC is #2A8E33. Grayscale: #999999. Windows color (decimal): -2788916 or 13398485. OLE color: 13398485.

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

Color convert

RGB213113204-
CMYK00.470.040.16
HSL305.4º54.35%63.92%-
HSV(B)305.4º46.95%83.53%-
XYZ44.2430.3260.65-
YUV153.27156.63170.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 113 (44.53% from 255) = 21.32%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=40.19%
G=21.32%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311320400.470.040.16305.454.3563.92
HexD571CC02F4101313640
Octal32516131405742046166100
Binary110101011110001110011000101111100100001001100011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D571CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D571CC; }

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

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

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

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

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

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

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

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