#D67BD2

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

Shades of Orchid #D67BD2

Tints of Orchid #D67BD2

Color information

#D67BD2 (or 0xD67BD2) is unknown color: approx Orchid. HEX triplet: D6, 7B and D2. RGB value is (214,123,210). Sum of RGB (Red+Green+Blue) = 214+123+210=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BD2 is #29842D. Grayscale: #9F9F9F. Windows color (decimal): -2720814 or 13794262. OLE color: 13794262.

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

Color convert

RGB214123210-
CMYK00.430.020.16
HSL302.64º52.6%66.08%-
HSV(B)302.64º42.52%83.92%-
XYZ46.4533.1264.92-
YUV160.13156.15166.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 123 (48.44% from 255) = 22.49%
BLUE value IS 210 (82.42% from 255) = 38.39%
R=39.12%
G=22.49%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412321000.430.020.16302.6452.666.08
HexD67BD202B21012f3542
Octal32617332205322045765102
Binary11010110111101111010010010101110100001001011111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67BD2; }

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

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

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

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

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

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

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

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