#D671CA

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

Shades of Orchid #D671CA

Tints of Orchid #D671CA

Color information

#D671CA (or 0xD671CA) is unknown color: approx Orchid. HEX triplet: D6, 71 and CA. RGB value is (214,113,202). Sum of RGB (Red+Green+Blue) = 214+113+202=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D671CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671CA is #298E35. Grayscale: #999999. Windows color (decimal): -2723382 or 13267414. OLE color: 13267414.

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

Color convert

RGB214113202-
CMYK00.470.060.16
HSL307.13º55.19%64.12%-
HSV(B)307.13º47.2%83.92%-
XYZ44.330.3759.4-
YUV153.34155.46171.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 113 (44.53% from 255) = 21.36%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=40.45%
G=21.36%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411320200.470.060.16307.1355.1964.12
HexD671CA02F6101333740
Octal32616131205762046367100
Binary110101101110001110010100101111110100001001100111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D671CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D671CA; }

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

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

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

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

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

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

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

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