#D67FDC

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

Shades of Orchid #D67FDC

Tints of Orchid #D67FDC

Color information

#D67FDC (or 0xD67FDC) is unknown color: approx Orchid. HEX triplet: D6, 7F and DC. RGB value is (214,127,220). Sum of RGB (Red+Green+Blue) = 214+127+220=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #D67FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FDC is #298023. Grayscale: #A3A3A3. Windows color (decimal): -2719780 or 14450646. OLE color: 14450646.

HSL color Cylindrical-coordinate representation of color #D67FDC: hue angle of 296.13º degrees, saturation: 0.57, 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 #D67FDC is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214127220-
CMYK0.030.4200.14
HSL296.13º57.06%68.04%-
HSV(B)296.13º42.27%86.27%-
XYZ48.2434.6471.85-
YUV163.62159.82163.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 127 (50% from 255) = 22.64%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=38.15%
G=22.64%
B=39.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141272200.030.4200.14296.1357.0668.04
HexD67FDC32A0E1283944
Octal32617733435201645071104
Binary1101011011111111101110011101010011101001010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67FDC; }

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

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

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

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

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

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

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

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