#DE68CF

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

Shades of Orchid #DE68CF

Tints of Orchid #DE68CF

Color information

#DE68CF (or 0xDE68CF) is unknown color: approx Orchid. HEX triplet: DE, 68 and CF. RGB value is (222,104,207). Sum of RGB (Red+Green+Blue) = 222+104+207=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68CF is #219730. Grayscale: #969696. Windows color (decimal): -2201393 or 13592798. OLE color: 13592798.

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

Color convert

RGB222104207-
CMYK00.530.070.13
HSL307.63º64.13%63.92%-
HSV(B)307.63º53.15%87.06%-
XYZ46.3429.9462.37-
YUV151.02159.59178.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 104 (41.02% from 255) = 19.51%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=41.65%
G=19.51%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210420700.530.070.13307.6364.1363.92
HexDE68CF0357D1344040
Octal336150317065715464100100
Binary110111101101000110011110110101111110110011010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE68CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE68CF; }

 p { color: rgb(222,104,207); }

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

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

 a { background-color: rgb(222,104,207); }

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

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

 span { border-color: rgb(222,104,207); }

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