#D671C8

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

Shades of Orchid #D671C8

Tints of Orchid #D671C8

Color information

#D671C8 (or 0xD671C8) is unknown color: approx Orchid. HEX triplet: D6, 71 and C8. RGB value is (214,113,200). Sum of RGB (Red+Green+Blue) = 214+113+200=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D671C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671C8 is #298E37. Grayscale: #989898. Windows color (decimal): -2723384 or 13136342. OLE color: 13136342.

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

Color convert

RGB214113200-
CMYK00.470.070.16
HSL308.32º55.19%64.12%-
HSV(B)308.32º47.2%83.92%-
XYZ44.0630.2858.17-
YUV153.12154.46171.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 113 (44.53% from 255) = 21.44%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=40.61%
G=21.44%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411320000.470.070.16308.3255.1964.12
HexD671C802F7101343740
Octal32616131005772046467100
Binary110101101110001110010000101111111100001001101001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D671C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D671C8; }

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

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

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

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

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

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

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

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