#D667BF

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

Shades of Orchid #D667BF

Tints of Orchid #D667BF

Color information

#D667BF (or 0xD667BF) is unknown color: approx Orchid. HEX triplet: D6, 67 and BF. RGB value is (214,103,191). Sum of RGB (Red+Green+Blue) = 214+103+191=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D667BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667BF is #299840. Grayscale: #919191. Windows color (decimal): -2725953 or 12543958. OLE color: 12543958.

HSL color Cylindrical-coordinate representation of color #D667BF: hue angle of 312.43º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D667BF is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214103191-
CMYK00.520.110.16
HSL312.43º57.51%62.16%-
HSV(B)312.43º51.87%83.92%-
XYZ41.9927.7652.44-
YUV146.22153.27176.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 103 (40.62% from 255) = 20.28%
BLUE value IS 191 (75% from 255) = 37.60%
R=42.13%
G=20.28%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410319100.520.110.16312.4357.5162.16
HexD667BF034B101383a3e
Octal32614727706413204707276
Binary110101101100111101111110110100101110000100111000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D667BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D667BF; }

 p { color: rgb(214,103,191); }

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

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

 a { background-color: rgb(214,103,191); }

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

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

 span { border-color: rgb(214,103,191); }

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