#D67DBC

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

Shades of Orchid #D67DBC

Tints of Orchid #D67DBC

Color information

#D67DBC (or 0xD67DBC) is unknown color: approx Orchid. HEX triplet: D6, 7D and BC. RGB value is (214,125,188). Sum of RGB (Red+Green+Blue) = 214+125+188=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DBC is #298243. Grayscale: #9E9E9E. Windows color (decimal): -2720324 or 12352982. OLE color: 12352982.

HSL color Cylindrical-coordinate representation of color #D67DBC: hue angle of 317.53º 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 #D67DBC is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214125188-
CMYK00.420.120.16
HSL317.53º52.05%66.47%-
HSV(B)317.53º41.59%83.92%-
XYZ44.1432.5951.54-
YUV158.79144.49167.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=40.61%
G=23.72%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412518800.420.120.16317.5352.0566.47
HexD67DBC02AC1013e3442
Octal326175274052142047664102
Binary1101011011111011011110001010101100100001001111101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DBC; }

 p { color: rgb(214,125,188); }

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

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

 a { background-color: rgb(214,125,188); }

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

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

 span { border-color: rgb(214,125,188); }

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