#DE6CCD

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

Shades of Orchid #DE6CCD

Tints of Orchid #DE6CCD

Color information

#DE6CCD (or 0xDE6CCD) is unknown color: approx Orchid. HEX triplet: DE, 6C and CD. RGB value is (222,108,205). Sum of RGB (Red+Green+Blue) = 222+108+205=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6CCD is #219332. Grayscale: #989898. Windows color (decimal): -2200371 or 13462750. OLE color: 13462750.

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

Color convert

RGB222108205-
CMYK00.510.080.13
HSL308.95º63.33%64.71%-
HSV(B)308.95º51.35%87.06%-
XYZ46.5130.6661.22-
YUV153.14157.27177.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 108 (42.58% from 255) = 20.19%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=41.50%
G=20.19%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210820500.510.080.13308.9563.3364.71
HexDE6CCD0338D1353f41
Octal336154315063101546577101
Binary110111101101100110011010110011100011011001101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6CCD; }

 p { color: rgb(222,108,205); }

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

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

 a { background-color: rgb(222,108,205); }

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

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

 span { border-color: rgb(222,108,205); }

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