#D67FD6

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

Shades of Orchid #D67FD6

Tints of Orchid #D67FD6

Color information

#D67FD6 (or 0xD67FD6) is unknown color: approx Orchid. HEX triplet: D6, 7F and D6. RGB value is (214,127,214). Sum of RGB (Red+Green+Blue) = 214+127+214=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D67FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FD6 is #298029. Grayscale: #A2A2A2. Windows color (decimal): -2719786 or 14057430. OLE color: 14057430.

HSL color Cylindrical-coordinate representation of color #D67FD6: hue angle of 300º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67FD6 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214127214-
CMYK00.4100.16
HSL300º51.48%66.86%-
HSV(B)300º40.65%83.92%-
XYZ47.4634.3367.74-
YUV162.93156.82164.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 127 (50% from 255) = 22.88%
BLUE value IS 214 (83.98% from 255) = 38.56%
R=38.56%
G=22.88%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412721400.4100.1630051.4866.86
HexD67FD602901012c3343
Octal32617732605102045463103
Binary1101011011111111101011001010010100001001011001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67FD6; }

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

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

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

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

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

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

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

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