#D67EDB

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

Shades of Orchid #D67EDB

Tints of Orchid #D67EDB

Color information

#D67EDB (or 0xD67EDB) is unknown color: approx Orchid. HEX triplet: D6, 7E and DB. RGB value is (214,126,219). Sum of RGB (Red+Green+Blue) = 214+126+219=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #D67EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EDB is #298124. Grayscale: #A2A2A2. Windows color (decimal): -2720037 or 14384854. OLE color: 14384854.

HSL color Cylindrical-coordinate representation of color #D67EDB: hue angle of 296.77º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67EDB is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214126219-
CMYK0.020.4200.14
HSL296.77º56.36%67.65%-
HSV(B)296.77º42.47%85.88%-
XYZ47.9834.3371.12-
YUV162.91159.65164.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 126 (49.61% from 255) = 22.54%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=38.28%
G=22.54%
B=39.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141262190.020.4200.14296.7756.3667.65
HexD67EDB22A0E1293844
Octal32617633325201645170104
Binary1101011011111101101101110101010011101001010011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67EDB; }

 p { color: rgb(214,126,219); }

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

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

 a { background-color: rgb(214,126,219); }

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

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

 span { border-color: rgb(214,126,219); }

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