#D67BDD

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

Shades of Orchid #D67BDD

Tints of Orchid #D67BDD

Color information

#D67BDD (or 0xD67BDD) is unknown color: approx Orchid. HEX triplet: D6, 7B and DD. RGB value is (214,123,221). Sum of RGB (Red+Green+Blue) = 214+123+221=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #D67BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BDD is #298422. Grayscale: #A1A1A1. Windows color (decimal): -2720803 or 14515158. OLE color: 14515158.

HSL color Cylindrical-coordinate representation of color #D67BDD: hue angle of 295.71º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67BDD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214123221-
CMYK0.030.4400.13
HSL295.71º59.04%67.45%-
HSV(B)295.71º44.34%86.67%-
XYZ47.8733.6872.39-
YUV161.38161.65165.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 123 (48.44% from 255) = 22.04%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=38.35%
G=22.04%
B=39.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141232210.030.4400.13295.7159.0467.45
HexD67BDD32C0D1283b43
Octal32617333535401545073103
Binary1101011011110111101110111101100011011001010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67BDD; }

 p { color: rgb(214,123,221); }

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

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

 a { background-color: rgb(214,123,221); }

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

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

 span { border-color: rgb(214,123,221); }

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