#D675BA

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

Shades of Orchid #D675BA

Tints of Orchid #D675BA

Color information

#D675BA (or 0xD675BA) is unknown color: approx Orchid. HEX triplet: D6, 75 and BA. RGB value is (214,117,186). Sum of RGB (Red+Green+Blue) = 214+117+186=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D675BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675BA is #298A45. Grayscale: #999999. Windows color (decimal): -2722374 or 12219862. OLE color: 12219862.

HSL color Cylindrical-coordinate representation of color #D675BA: hue angle of 317.32º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D675BA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214117186-
CMYK00.450.130.16
HSL317.32º54.19%64.9%-
HSV(B)317.32º45.33%83.92%-
XYZ42.9630.5650.09-
YUV153.87146.14170.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 117 (46.09% from 255) = 22.63%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=41.39%
G=22.63%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411718600.450.130.16317.3254.1964.9
HexD675BA02DD1013d3641
Octal326165272055152047566101
Binary1101011011101011011101001011011101100001001111011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D675BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D675BA; }

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

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

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

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

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

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

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

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