#DF67D9

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

Shades of Orchid #DF67D9

Tints of Orchid #DF67D9

Color information

#DF67D9 (or 0xDF67D9) is unknown color: approx Orchid. HEX triplet: DF, 67 and D9. RGB value is (223,103,217). Sum of RGB (Red+Green+Blue) = 223+103+217=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67D9 is #209826. Grayscale: #979797. Windows color (decimal): -2136103 or 14247903. OLE color: 14247903.

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

Color convert

RGB223103217-
CMYK00.540.030.13
HSL303º65.22%63.92%-
HSV(B)303º53.81%87.45%-
XYZ47.8130.468.99-
YUV151.88164.76178.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 103 (40.62% from 255) = 18.97%
BLUE value IS 217 (85.16% from 255) = 39.96%
R=41.07%
G=18.97%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310321700.540.030.1330365.2263.92
HexDF67D90363D12f4140
Octal337147331066315457101100
Binary11011111110011111011001011011011110110010111110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF67D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF67D9; }

 p { color: rgb(223,103,217); }

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

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

 a { background-color: rgb(223,103,217); }

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

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

 span { border-color: rgb(223,103,217); }

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