#d671cf

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

Shades of Orchid #D671CF

Tints of Orchid #D671CF

Color information

#D671CF (or 0xD671CF) is unknown color: approx Orchid. HEX triplet: D6, 71 and CF. RGB value is (214,113,207). Sum of RGB (Red+Green+Blue) = 214+113+207=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D671CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671CF is #298E30. Grayscale: #999999. Windows color (decimal): -2723377 or 13595094. OLE color: 13595094.

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

Color convert

RGB214113207-
CMYK00.470.030.16
HSL304.16º55.19%64.12%-
HSV(B)304.16º47.2%83.92%-
XYZ44.930.6162.57-
YUV153.92157.96170.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 113 (44.53% from 255) = 21.16%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=40.07%
G=21.16%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411320700.470.030.16304.1655.1964.12
HexD671CF02F3101303740
Octal32616131705732046067100
Binary11010110111000111001111010111111100001001100001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d671cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d671cf; }

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

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

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

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

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

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

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

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