#DF67EA

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

Shades of Orchid #DF67EA

Tints of Orchid #DF67EA

Color information

#DF67EA (or 0xDF67EA) is unknown color: approx Orchid. HEX triplet: DF, 67 and EA. RGB value is (223,103,234). Sum of RGB (Red+Green+Blue) = 223+103+234=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 103 (40.62% from 255 or 18.39% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF67EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF67EA is #209815. Grayscale: #999999. Windows color (decimal): -2136086 or 15362015. OLE color: 15362015.

HSL color Cylindrical-coordinate representation of color #DF67EA: hue angle of 294.96º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF67EA is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223103234-
CMYK0.050.5600.08
HSL294.96º75.72%66.08%-
HSV(B)294.96º55.98%91.76%-
XYZ50.1331.3381.25-
YUV153.81173.26177.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 103 (40.62% from 255) = 18.39%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=39.82%
G=18.39%
B=41.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231032340.050.5600.08294.9675.7266.08
HexDF67EA538081274c42
Octal337147352570010447114102
Binary110111111100111111010101011110000100010010011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF67EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF67EA; }

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

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

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

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

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

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

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

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