#d67cbf

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

Shades of Orchid #D67CBF

Tints of Orchid #D67CBF

Color information

#D67CBF (or 0xD67CBF) is unknown color: approx Orchid. HEX triplet: D6, 7C and BF. RGB value is (214,124,191). Sum of RGB (Red+Green+Blue) = 214+124+191=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CBF is #298340. Grayscale: #9E9E9E. Windows color (decimal): -2720577 or 12549334. OLE color: 12549334.

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

Color convert

RGB214124191-
CMYK00.420.110.16
HSL315.33º52.33%66.27%-
HSV(B)315.33º42.06%83.92%-
XYZ44.3432.4753.22-
YUV158.55146.32167.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 191 (75% from 255) = 36.11%
R=40.45%
G=23.44%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412419100.420.110.16315.3352.3366.27
HexD67CBF02AB1013b3442
Octal326174277052132047364102
Binary1101011011111001011111101010101011100001001110111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d67cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d67cbf; }

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

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

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

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

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

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

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

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