#D67FDD

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

Shades of Orchid #D67FDD

Tints of Orchid #D67FDD

Color information

#D67FDD (or 0xD67FDD) is unknown color: approx Orchid. HEX triplet: D6, 7F and DD. RGB value is (214,127,221). Sum of RGB (Red+Green+Blue) = 214+127+221=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D67FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FDD is #298022. Grayscale: #A3A3A3. Windows color (decimal): -2719779 or 14516182. OLE color: 14516182.

HSL color Cylindrical-coordinate representation of color #D67FDD: hue angle of 295.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67FDD is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214127221-
CMYK0.030.4300.13
HSL295.53º58.02%68.24%-
HSV(B)295.53º42.53%86.67%-
XYZ48.3734.772.55-
YUV163.73160.32163.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 127 (50% from 255) = 22.60%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=38.08%
G=22.60%
B=39.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141272210.030.4300.13295.5358.0268.24
HexD67FDD32B0D1283a44
Octal32617733535301545072104
Binary1101011011111111101110111101011011011001010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67FDD; }

 p { color: rgb(214,127,221); }

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

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

 a { background-color: rgb(214,127,221); }

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

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

 span { border-color: rgb(214,127,221); }

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