#D675DF

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

Shades of Orchid #D675DF

Tints of Orchid #D675DF

Color information

#D675DF (or 0xD675DF) is unknown color: approx Orchid. HEX triplet: D6, 75 and DF. RGB value is (214,117,223). Sum of RGB (Red+Green+Blue) = 214+117+223=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #D675DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675DF is #298A20. Grayscale: #9D9D9D. Windows color (decimal): -2722337 or 14644694. OLE color: 14644694.

HSL color Cylindrical-coordinate representation of color #D675DF: hue angle of 294.91º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D675DF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214117223-
CMYK0.040.4800.13
HSL294.91º62.35%66.67%-
HSV(B)294.91º47.53%87.45%-
XYZ47.4132.3573.56-
YUV158.09164.64167.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 117 (46.09% from 255) = 21.12%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=38.63%
G=21.12%
B=40.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141172230.040.4800.13294.9162.3566.67
HexD675DF4300D1273e43
Octal32616533746001544776103
Binary11010110111010111011111100110000011011001001111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D675DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D675DF; }

 p { color: rgb(214,117,223); }

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

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

 a { background-color: rgb(214,117,223); }

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

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

 span { border-color: rgb(214,117,223); }

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