#D667E5

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

Shades of Orchid #D667E5

Tints of Orchid #D667E5

Color information

#D667E5 (or 0xD667E5) is unknown color: approx Orchid. HEX triplet: D6, 67 and E5. RGB value is (214,103,229). Sum of RGB (Red+Green+Blue) = 214+103+229=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #D667E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667E5 is #29981A. Grayscale: #969696. Windows color (decimal): -2725915 or 15034326. OLE color: 15034326.

HSL color Cylindrical-coordinate representation of color #D667E5: hue angle of 292.86º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D667E5 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB214103229-
CMYK0.070.5500.10
HSL292.86º70.79%65.1%-
HSV(B)292.86º55.02%89.8%-
XYZ46.7229.6577.39-
YUV150.55172.27173.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 103 (40.62% from 255) = 18.86%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=39.19%
G=18.86%
B=41.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2141032290.070.5500.10292.8670.7965.1
HexD667E57370A1254741
Octal326147345767012445107101
Binary110101101100111111001011111101110101010010010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D667E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D667E5; }

 p { color: rgb(214,103,229); }

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

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

 a { background-color: rgb(214,103,229); }

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

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

 span { border-color: rgb(214,103,229); }

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