#D67DD4

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

Shades of Orchid #D67DD4

Tints of Orchid #D67DD4

Color information

#D67DD4 (or 0xD67DD4) is unknown color: approx Orchid. HEX triplet: D6, 7D and D4. RGB value is (214,125,212). Sum of RGB (Red+Green+Blue) = 214+125+212=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DD4 is #29822B. Grayscale: #A1A1A1. Windows color (decimal): -2720300 or 13925846. OLE color: 13925846.

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

Color convert

RGB214125212-
CMYK00.420.010.16
HSL301.35º52.05%66.47%-
HSV(B)301.35º41.59%83.92%-
XYZ46.9533.7266.32-
YUV161.53156.49165.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 212 (83.20% from 255) = 38.48%
R=38.84%
G=22.69%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412521200.420.010.16301.3552.0566.47
HexD67DD402A11012d3442
Octal32617532405212045564102
Binary1101011011111011101010001010101100001001011011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DD4; }

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

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

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

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

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

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

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

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