#D669E4

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

Shades of Orchid #D669E4

Tints of Orchid #D669E4

Color information

#D669E4 (or 0xD669E4) is unknown color: approx Orchid. HEX triplet: D6, 69 and E4. RGB value is (214,105,228). Sum of RGB (Red+Green+Blue) = 214+105+228=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #D669E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669E4 is #29961B. Grayscale: #979797. Windows color (decimal): -2725404 or 14969302. OLE color: 14969302.

HSL color Cylindrical-coordinate representation of color #D669E4: hue angle of 293.17º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D669E4 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214105228-
CMYK0.060.5400.11
HSL293.17º69.49%65.29%-
HSV(B)293.17º53.95%89.41%-
XYZ46.793076.72-
YUV151.61171.11172.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 228 (89.45% from 255) = 41.68%
R=39.12%
G=19.20%
B=41.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141052280.060.5400.11293.1769.4965.29
HexD669E46360B1254541
Octal326151344666013445105101
Binary110101101101001111001001101101100101110010010110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669E4; }

 p { color: rgb(214,105,228); }

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

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

 a { background-color: rgb(214,105,228); }

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

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

 span { border-color: rgb(214,105,228); }

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