#D670DA

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

Shades of Orchid #D670DA

Tints of Orchid #D670DA

Color information

#D670DA (or 0xD670DA) is unknown color: approx Orchid. HEX triplet: D6, 70 and DA. RGB value is (214,112,218). Sum of RGB (Red+Green+Blue) = 214+112+218=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #D670DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670DA is #298F25. Grayscale: #9A9A9A. Windows color (decimal): -2723622 or 14315734. OLE color: 14315734.

HSL color Cylindrical-coordinate representation of color #D670DA: hue angle of 297.74º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D670DA is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214112218-
CMYK0.020.4900.15
HSL297.74º58.89%64.71%-
HSV(B)297.74º48.62%85.49%-
XYZ46.1830.9569.87-
YUV154.58163.79170.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 112 (44.14% from 255) = 20.59%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=39.34%
G=20.59%
B=40.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141122180.020.4900.15297.7458.8964.71
HexD670DA2310F12a3b41
Octal32616033226101745273101
Binary1101011011100001101101010110001011111001010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D670DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D670DA; }

 p { color: rgb(214,112,218); }

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

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

 a { background-color: rgb(214,112,218); }

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

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

 span { border-color: rgb(214,112,218); }

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