#D67FBD

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

Shades of Orchid #D67FBD

Tints of Orchid #D67FBD

Color information

#D67FBD (or 0xD67FBD) is unknown color: approx Orchid. HEX triplet: D6, 7F and BD. RGB value is (214,127,189). Sum of RGB (Red+Green+Blue) = 214+127+189=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FBD is #298042. Grayscale: #9F9F9F. Windows color (decimal): -2719811 or 12419030. OLE color: 12419030.

HSL color Cylindrical-coordinate representation of color #D67FBD: hue angle of 317.24º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67FBD is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214127189-
CMYK00.410.120.16
HSL317.24º51.48%66.86%-
HSV(B)317.24º40.65%83.92%-
XYZ44.5133.1552.2-
YUV160.08144.32166.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=40.38%
G=23.96%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412718900.410.120.16317.2451.4866.86
HexD67FBD029C1013d3343
Octal326177275051142047563103
Binary1101011011111111011110101010011100100001001111011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67FBD; }

 p { color: rgb(214,127,189); }

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

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

 a { background-color: rgb(214,127,189); }

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

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

 span { border-color: rgb(214,127,189); }

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