#D67FDF

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

Shades of Orchid #D67FDF

Tints of Orchid #D67FDF

Color information

#D67FDF (or 0xD67FDF) is unknown color: approx Orchid. HEX triplet: D6, 7F and DF. RGB value is (214,127,223). Sum of RGB (Red+Green+Blue) = 214+127+223=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #D67FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FDF is #298020. Grayscale: #A3A3A3. Windows color (decimal): -2719777 or 14647254. OLE color: 14647254.

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

Color convert

RGB214127223-
CMYK0.040.4300.13
HSL294.38º60%68.63%-
HSV(B)294.38º43.05%87.45%-
XYZ48.6434.873.97-
YUV163.96161.32163.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.94%
GREEN value IS 127 (50% from 255) = 22.52%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=37.94%
G=22.52%
B=39.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141272230.040.4300.13294.386068.63
HexD67FDF42B0D1263c45
Octal32617733745301544674105
Binary11010110111111111011111100101011011011001001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67FDF; }

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

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

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

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

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

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

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

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